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