Type Alias GTlsInteractionClass

Source
pub type GTlsInteractionClass = _GTlsInteractionClass;

Aliased Type§

struct GTlsInteractionClass {
    pub parent_class: _GObjectClass,
    pub ask_password: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsPassword, *mut _GCancellable, *mut *mut _GError) -> u32>,
    pub ask_password_async: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsPassword, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
    pub ask_password_finish: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GAsyncResult, *mut *mut _GError) -> u32>,
    pub request_certificate: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsConnection, u32, *mut _GCancellable, *mut *mut _GError) -> u32>,
    pub request_certificate_async: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsConnection, u32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
    pub request_certificate_finish: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GAsyncResult, *mut *mut _GError) -> u32>,
    pub padding: [*mut c_void; 21],
}

Fields§

§parent_class: _GObjectClass§ask_password: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsPassword, *mut _GCancellable, *mut *mut _GError) -> u32>§ask_password_async: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsPassword, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§ask_password_finish: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GAsyncResult, *mut *mut _GError) -> u32>§request_certificate: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsConnection, u32, *mut _GCancellable, *mut *mut _GError) -> u32>§request_certificate_async: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GTlsConnection, u32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§request_certificate_finish: Option<unsafe extern "C" fn(*mut _GTlsInteraction, *mut _GAsyncResult, *mut *mut _GError) -> u32>§padding: [*mut c_void; 21]

Trait Implementations

Source§

impl Clone for _GTlsInteractionClass

Source§

fn clone(&self) -> _GTlsInteractionClass

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GTlsInteractionClass

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for _GTlsInteractionClass

Source§

fn eq(&self, other: &_GTlsInteractionClass) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for _GTlsInteractionClass

Source§

impl Eq for _GTlsInteractionClass

Source§

impl StructuralPartialEq for _GTlsInteractionClass