Struct gstreamer_rtsp_server::RTSPThread [−][src]
pub struct RTSPThread { /* fields omitted */ }
Implementations
impl RTSPThread
[src]
impl RTSPThread
[src]pub unsafe fn from_glib_none(ptr: *const GstRTSPThread) -> Self
[src]
pub unsafe fn from_glib_full(ptr: *const GstRTSPThread) -> Self
[src]
pub unsafe fn from_glib_borrow(ptr: *const GstRTSPThread) -> Borrowed<Self>
[src]
pub unsafe fn replace_ptr(&mut self, ptr: *mut GstRTSPThread)
[src]
pub fn make_mut(&mut self) -> &mut RTSPThreadRef
[src]
pub fn get_mut(&mut self) -> Option<&mut RTSPThreadRef>
[src]
pub fn is_writable(&self) -> bool
[src]
pub unsafe fn into_ptr(self) -> *mut GstRTSPThread
[src]
impl RTSPThread
[src]
impl RTSPThread
[src]Methods from Deref<Target = RTSPThreadRef>
pub unsafe fn as_ptr(&self) -> *const GstRTSPThread
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstRTSPThread
[src]
pub fn copy(&self) -> RTSPThread
[src]
pub fn reuse(&self) -> bool
[src]
pub fn stop(&self)
[src]
pub fn type_(&self) -> RTSPThreadType
[src]
pub fn context(&self) -> MainContext
[src]
pub fn loop_(&self) -> MainLoop
[src]
Trait Implementations
impl AsRef<RTSPThreadRef> for RTSPThread
[src]
impl AsRef<RTSPThreadRef> for RTSPThread
[src]fn as_ref(&self) -> &RTSPThreadRef
[src]
fn as_ref(&self) -> &RTSPThreadRef
[src]Performs the conversion.
impl Borrow<RTSPThreadRef> for RTSPThread
[src]
impl Borrow<RTSPThreadRef> for RTSPThread
[src]fn borrow(&self) -> &RTSPThreadRef
[src]
fn borrow(&self) -> &RTSPThreadRef
[src]Immutably borrows from an owned value. Read more
impl Clone for RTSPThread
[src]
impl Clone for RTSPThread
[src]impl Deref for RTSPThread
[src]
impl Deref for RTSPThread
[src]type Target = RTSPThreadRef
type Target = RTSPThreadRef
The resulting type after dereferencing.
impl Drop for RTSPThread
[src]
impl Drop for RTSPThread
[src]impl FromGlibContainerAsVec<*mut GstRTSPThread, *const *mut GstRTSPThread> for RTSPThread
[src]
impl FromGlibContainerAsVec<*mut GstRTSPThread, *const *mut GstRTSPThread> for RTSPThread
[src]impl FromGlibContainerAsVec<*mut GstRTSPThread, *mut *mut GstRTSPThread> for RTSPThread
[src]
impl FromGlibContainerAsVec<*mut GstRTSPThread, *mut *mut GstRTSPThread> for RTSPThread
[src]impl FromGlibPtrArrayContainerAsVec<*mut GstRTSPThread, *const *mut GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrArrayContainerAsVec<*mut GstRTSPThread, *const *mut GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_none_as_vec(ptr: *const *mut GstRTSPThread) -> Vec<Self>
[src]
unsafe fn from_glib_container_as_vec(_: *const *mut GstRTSPThread) -> Vec<Self>
[src]
unsafe fn from_glib_full_as_vec(_: *const *mut GstRTSPThread) -> Vec<Self>
[src]
impl FromGlibPtrArrayContainerAsVec<*mut GstRTSPThread, *mut *mut GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrArrayContainerAsVec<*mut GstRTSPThread, *mut *mut GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_none_as_vec(ptr: *mut *mut GstRTSPThread) -> Vec<Self>
[src]
unsafe fn from_glib_container_as_vec(ptr: *mut *mut GstRTSPThread) -> Vec<Self>
[src]
unsafe fn from_glib_full_as_vec(ptr: *mut *mut GstRTSPThread) -> Vec<Self>
[src]
impl FromGlibPtrBorrow<*const GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrBorrow<*const GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_borrow(ptr: *const GstRTSPThread) -> Borrowed<Self>
[src]
unsafe fn from_glib_borrow(ptr: *const GstRTSPThread) -> Borrowed<Self>
[src]Safety Read more
impl FromGlibPtrBorrow<*mut GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrBorrow<*mut GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_borrow(ptr: *mut GstRTSPThread) -> Borrowed<Self>
[src]
unsafe fn from_glib_borrow(ptr: *mut GstRTSPThread) -> Borrowed<Self>
[src]Safety Read more
impl FromGlibPtrFull<*const GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrFull<*const GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_full(ptr: *const GstRTSPThread) -> Self
[src]
unsafe fn from_glib_full(ptr: *const GstRTSPThread) -> Self
[src]Safety Read more
impl FromGlibPtrFull<*mut GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrFull<*mut GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_full(ptr: *mut GstRTSPThread) -> Self
[src]
unsafe fn from_glib_full(ptr: *mut GstRTSPThread) -> Self
[src]Safety Read more
impl FromGlibPtrNone<*const GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrNone<*const GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_none(ptr: *const GstRTSPThread) -> Self
[src]
unsafe fn from_glib_none(ptr: *const GstRTSPThread) -> Self
[src]Safety Read more
impl FromGlibPtrNone<*mut GstRTSPThread> for RTSPThread
[src]
impl FromGlibPtrNone<*mut GstRTSPThread> for RTSPThread
[src]unsafe fn from_glib_none(ptr: *mut GstRTSPThread) -> Self
[src]
unsafe fn from_glib_none(ptr: *mut GstRTSPThread) -> Self
[src]Safety Read more
impl<'a> FromValue<'a> for RTSPThread
[src]
impl<'a> FromValue<'a> for RTSPThread
[src]type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>
Value type checker.
unsafe fn from_value(value: &'a Value) -> Self
[src]
unsafe fn from_value(value: &'a Value) -> Self
[src]Get the contained value from a Value
. Read more
impl GlibPtrDefault for RTSPThread
[src]
impl GlibPtrDefault for RTSPThread
[src]impl StaticType for RTSPThread
[src]
impl StaticType for RTSPThread
[src]fn static_type() -> Type
[src]
fn static_type() -> Type
[src]Returns the type identifier of Self
.
impl<'a> ToGlibContainerFromSlice<'a, *const *mut GstRTSPThread> for RTSPThread
[src]
impl<'a> ToGlibContainerFromSlice<'a, *const *mut GstRTSPThread> for RTSPThread
[src]type Storage = (Vec<Stash<'a, *mut GstRTSPThread, RTSPThread>>, Option<Vec<*mut GstRTSPThread>>)
fn to_glib_none_from_slice(
t: &'a [RTSPThread]
) -> (*const *mut GstRTSPThread, Self::Storage)
[src]
t: &'a [RTSPThread]
) -> (*const *mut GstRTSPThread, Self::Storage)
fn to_glib_container_from_slice(
_: &'a [RTSPThread]
) -> (*const *mut GstRTSPThread, Self::Storage)
[src]
_: &'a [RTSPThread]
) -> (*const *mut GstRTSPThread, Self::Storage)
fn to_glib_full_from_slice(_: &[RTSPThread]) -> *const *mut GstRTSPThread
[src]
impl<'a> ToGlibContainerFromSlice<'a, *mut *mut GstRTSPThread> for RTSPThread
[src]
impl<'a> ToGlibContainerFromSlice<'a, *mut *mut GstRTSPThread> for RTSPThread
[src]type Storage = (Vec<Stash<'a, *mut GstRTSPThread, Self>>, Option<Vec<*mut GstRTSPThread>>)
fn to_glib_none_from_slice(
t: &'a [RTSPThread]
) -> (*mut *mut GstRTSPThread, Self::Storage)
[src]
t: &'a [RTSPThread]
) -> (*mut *mut GstRTSPThread, Self::Storage)
fn to_glib_container_from_slice(
t: &'a [RTSPThread]
) -> (*mut *mut GstRTSPThread, Self::Storage)
[src]
t: &'a [RTSPThread]
) -> (*mut *mut GstRTSPThread, Self::Storage)
fn to_glib_full_from_slice(t: &[RTSPThread]) -> *mut *mut GstRTSPThread
[src]
impl<'a> ToGlibPtr<'a, *const GstRTSPThread> for RTSPThread
[src]
impl<'a> ToGlibPtr<'a, *const GstRTSPThread> for RTSPThread
[src]type Storage = &'a Self
fn to_glib_none(&'a self) -> Stash<'a, *const GstRTSPThread, Self>
[src]
fn to_glib_none(&'a self) -> Stash<'a, *const GstRTSPThread, Self>
[src]Transfer: none. Read more
fn to_glib_full(&self) -> *const GstRTSPThread
[src]
fn to_glib_full(&self) -> *const GstRTSPThread
[src]Transfer: full. Read more
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
[src]
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
[src]Transfer: container. Read more
impl<'a> ToGlibPtr<'a, *mut GstRTSPThread> for RTSPThread
[src]
impl<'a> ToGlibPtr<'a, *mut GstRTSPThread> for RTSPThread
[src]type Storage = &'a Self
fn to_glib_none(&'a self) -> Stash<'a, *mut GstRTSPThread, Self>
[src]
fn to_glib_none(&'a self) -> Stash<'a, *mut GstRTSPThread, Self>
[src]Transfer: none. Read more
fn to_glib_full(&self) -> *mut GstRTSPThread
[src]
fn to_glib_full(&self) -> *mut GstRTSPThread
[src]Transfer: full. Read more
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
[src]
fn to_glib_container(&'a self) -> Stash<'a, P, Self>
[src]Transfer: container. Read more
impl<'a> ToGlibPtrMut<'a, *mut GstRTSPThread> for RTSPThread
[src]
impl<'a> ToGlibPtrMut<'a, *mut GstRTSPThread> for RTSPThread
[src]impl ToValue for RTSPThread
[src]
impl ToValue for RTSPThread
[src]impl ToValueOptional for RTSPThread
[src]
impl ToValueOptional for RTSPThread
[src]fn to_value_optional(s: Option<&Self>) -> Value
[src]
fn to_value_optional(s: Option<&Self>) -> Value
[src]Convert an Option
to a Value
.
impl ValueType for RTSPThread
[src]
impl ValueType for RTSPThread
[src]impl Send for RTSPThread
[src]
impl Sync for RTSPThread
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized,
[src]
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized,
[src]pub fn to_send_value(&self) -> SendValue
[src]
pub fn to_send_value(&self) -> SendValue
[src]Returns a SendValue
clone of self
.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,
[src]
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,