Struct gstreamer_rtsp_server_sys::GstRTSPClient [−][src]
#[repr(C)]pub struct GstRTSPClient { pub parent: GObject, pub priv_: *mut GstRTSPClientPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GObject
priv_: *mut GstRTSPClientPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstRTSPClient[src]
impl Copy for GstRTSPClientimpl Clone for GstRTSPClient[src]
impl Clone for GstRTSPClientfn clone(&self) -> GstRTSPClient[src]
fn clone(&self) -> GstRTSPClientReturns 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 GstRTSPClient[src]
impl Debug for GstRTSPClientAuto Trait Implementations
impl !Send for GstRTSPClient
impl !Send for GstRTSPClientimpl !Sync for GstRTSPClient
impl !Sync for GstRTSPClient