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: GstRTSPAuthMethodparams: *mut *mut GstRTSPAuthParamTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPAuthCredentialimpl !Send for GstRTSPAuthCredentialimpl !Sync for GstRTSPAuthCredentialimpl Unpin for GstRTSPAuthCredentialimpl UnwindSafe for GstRTSPAuthCredentialBlanket Implementations
Mutably borrows from an owned value. Read more