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

Trait Implementations

impl Copy for GstRTSPThread
[src]

impl Clone for GstRTSPThread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPThread
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPThread

impl !Sync for GstRTSPThread