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