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
impl Copy for GstRTSPThread[src]
impl Copy for GstRTSPThreadimpl Clone for GstRTSPThread[src]
impl Clone for GstRTSPThreadfn clone(&self) -> GstRTSPThread[src]
fn clone(&self) -> GstRTSPThreadReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstRTSPThread[src]
impl Debug for GstRTSPThreadAuto Trait Implementations
impl !Send for GstRTSPThread
impl !Send for GstRTSPThreadimpl !Sync for GstRTSPThread
impl !Sync for GstRTSPThread