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

Trait Implementations

impl Copy for GstRTSPAuthClass
[src]

impl Clone for GstRTSPAuthClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPAuthClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPAuthClass

impl !Sync for GstRTSPAuthClass