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