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
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPAuth
impl !Send for GstRTSPAuth
impl !Sync for GstRTSPAuth
impl Unpin for GstRTSPAuth
impl UnwindSafe for GstRTSPAuth
Blanket Implementations
Mutably borrows from an owned value. Read more