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: GstMiniObject
type_: GstRTSPThreadType
context: *mut GMainContext
loop_: *mut GMainLoop
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPThread
impl !Send for GstRTSPThread
impl !Sync for GstRTSPThread
impl Unpin for GstRTSPThread
impl UnwindSafe for GstRTSPThread
Blanket Implementations
Mutably borrows from an owned value. Read more