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