Struct gstreamer_rtsp_sys::GstRTSPAuthCredential [−][src]
#[repr(C)]pub struct GstRTSPAuthCredential { pub scheme: GstRTSPAuthMethod, pub params: *mut *mut GstRTSPAuthParam, pub authorization: *mut c_char, }
Fields
scheme: GstRTSPAuthMethod
params: *mut *mut GstRTSPAuthParam
Trait Implementations
impl Copy for GstRTSPAuthCredential
[src]
impl Copy for GstRTSPAuthCredential
impl Clone for GstRTSPAuthCredential
[src]
impl Clone for GstRTSPAuthCredential
fn clone(&self) -> GstRTSPAuthCredential
[src]
fn clone(&self) -> GstRTSPAuthCredential
Returns 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 GstRTSPAuthCredential
[src]
impl Debug for GstRTSPAuthCredential
Auto Trait Implementations
impl !Send for GstRTSPAuthCredential
impl !Send for GstRTSPAuthCredential
impl !Sync for GstRTSPAuthCredential
impl !Sync for GstRTSPAuthCredential