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