#[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§
source§impl Clone for GstRTSPAuthClass
impl Clone for GstRTSPAuthClass
source§fn clone(&self) -> GstRTSPAuthClass
fn clone(&self) -> GstRTSPAuthClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstRTSPAuthClass
impl Debug for GstRTSPAuthClass
impl Copy for GstRTSPAuthClass
Auto Trait Implementations§
impl Freeze for GstRTSPAuthClass
impl RefUnwindSafe for GstRTSPAuthClass
impl !Send for GstRTSPAuthClass
impl !Sync for GstRTSPAuthClass
impl Unpin for GstRTSPAuthClass
impl UnwindSafe for GstRTSPAuthClass
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)