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 GstRTSPThread
impl Clone for GstRTSPThread
[src]
impl Clone for GstRTSPThread
fn clone(&self) -> GstRTSPThread
[src]
fn clone(&self) -> GstRTSPThread
Returns 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 GstRTSPThread
Auto Trait Implementations
impl !Send for GstRTSPThread
impl !Send for GstRTSPThread
impl !Sync for GstRTSPThread
impl !Sync for GstRTSPThread