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
impl Clone for _GTlsInteractionClass
Source§fn clone(&self) -> _GTlsInteractionClass
fn clone(&self) -> _GTlsInteractionClass
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 more