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

Trait Implementations

impl Copy for GstRTSPAuthCredential
[src]

impl Clone for GstRTSPAuthCredential
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPAuthCredential
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPAuthCredential

impl !Sync for GstRTSPAuthCredential