Struct gstreamer_rtsp_server_sys::GstRTSPThread [−][src]
#[repr(C)]pub struct GstRTSPThread { pub mini_object: GstMiniObject, pub type_: GstRTSPThreadType, pub context: *mut GMainContext, pub loop_: *mut GMainLoop, }
Fields
mini_object: GstMiniObjecttype_: GstRTSPThreadTypecontext: *mut GMainContextloop_: *mut GMainLoopTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPThreadimpl !Send for GstRTSPThreadimpl !Sync for GstRTSPThreadimpl Unpin for GstRTSPThreadimpl UnwindSafe for GstRTSPThreadBlanket Implementations
Mutably borrows from an owned value. Read more