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: GObjectClass
authenticate: 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
impl Copy for GstRTSPAuthClass
[src]
impl Copy for GstRTSPAuthClass
impl Clone for GstRTSPAuthClass
[src]
impl Clone for GstRTSPAuthClass
fn clone(&self) -> GstRTSPAuthClass
[src]
fn clone(&self) -> GstRTSPAuthClass
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 GstRTSPAuthClass
[src]
impl Debug for GstRTSPAuthClass
Auto Trait Implementations
impl !Send for GstRTSPAuthClass
impl !Send for GstRTSPAuthClass
impl !Sync for GstRTSPAuthClass
impl !Sync for GstRTSPAuthClass