Struct gstreamer_rtsp_server_sys::GstRTSPAuthClass [−][src]
#[repr(C)]pub struct GstRTSPAuthClass { pub parent_class: GObjectClass, pub authenticate: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GstRTSPContext) -> gboolean>, pub check: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GstRTSPContext, _: *const c_char) -> gboolean>, pub generate_authenticate_header: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GstRTSPContext)>, pub accept_certificate: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GTlsConnection, _: *mut GTlsCertificate, _: GTlsCertificateFlags) -> gboolean>, pub _gst_reserved: [gpointer; 3], }
Fields
parent_class: GObjectClassauthenticate: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GstRTSPContext) -> gboolean>check: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GstRTSPContext, _: *const c_char) -> gboolean>generate_authenticate_header: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GstRTSPContext)>accept_certificate: Option<unsafe extern "C" fn(_: *mut GstRTSPAuth, _: *mut GTlsConnection, _: *mut GTlsCertificate, _: GTlsCertificateFlags) -> gboolean>_gst_reserved: [gpointer; 3]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPAuthClassimpl !Send for GstRTSPAuthClassimpl !Sync for GstRTSPAuthClassimpl Unpin for GstRTSPAuthClassimpl UnwindSafe for GstRTSPAuthClassBlanket Implementations
Mutably borrows from an owned value. Read more