Struct gstreamer_rtsp_server::RTSPThread [−][src]
pub struct RTSPThread { /* fields omitted */ }Implementations
Methods from Deref<Target = RTSPThreadRef>
Trait Implementations
Performs the conversion.
Immutably borrows from an owned value. Read more
type Target = RTSPThreadRef
type Target = RTSPThreadRefThe resulting type after dereferencing.
unsafe fn from_glib_container_num_as_vec(
ptr: *mut *mut GstRTSPThread,
num: usize
) -> Vec<Self>[src]Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
Safety Read more
type Checker = GenericValueTypeOrNoneChecker<Self>
type Checker = GenericValueTypeOrNoneChecker<Self>Value type checker.
Get the contained value from a Value. Read more
type GlibType = *mut GstRTSPThreadReturns the type identifier of Self.
type Storage = (Vec<Stash<'a, *mut GstRTSPThread, RTSPThread>>, Option<Vec<*mut GstRTSPThread>>)fn to_glib_container_from_slice(
_: &'a [RTSPThread]
) -> (*const *mut GstRTSPThread, Self::Storage)[src]fn to_glib_container_from_slice(
t: &'a [RTSPThread]
) -> (*mut *mut GstRTSPThread, Self::Storage)[src]Transfer: none. Read more
Convert an Option to a Value.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
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]