pub struct GTlsInteractionClass {
pub ask_password: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsPassword, *mut GCancellable, *mut *mut GError) -> GTlsInteractionResult>,
pub ask_password_async: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsPassword, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub ask_password_finish: Option<extern "C" fn(*mut GTlsInteraction, *mut GAsyncResult, *mut *mut GError) -> GTlsInteractionResult>,
pub request_certificate: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsConnection, GTlsCertificateRequestFlags, *mut GCancellable, *mut *mut GError) -> GTlsInteractionResult>,
pub request_certificate_async: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsConnection, GTlsCertificateRequestFlags, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub request_certificate_finish: Option<extern "C" fn(*mut GTlsInteraction, *mut GAsyncResult, *mut *mut GError) -> GTlsInteractionResult>,
/* private fields */
}Fields§
§ask_password: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsPassword, *mut GCancellable, *mut *mut GError) -> GTlsInteractionResult>§ask_password_async: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsPassword, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§ask_password_finish: Option<extern "C" fn(*mut GTlsInteraction, *mut GAsyncResult, *mut *mut GError) -> GTlsInteractionResult>§request_certificate: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsConnection, GTlsCertificateRequestFlags, *mut GCancellable, *mut *mut GError) -> GTlsInteractionResult>§request_certificate_async: Option<extern "C" fn(*mut GTlsInteraction, *mut GTlsConnection, GTlsCertificateRequestFlags, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§request_certificate_finish: Option<extern "C" fn(*mut GTlsInteraction, *mut GAsyncResult, *mut *mut GError) -> GTlsInteractionResult>Auto Trait Implementations§
impl Freeze for GTlsInteractionClass
impl RefUnwindSafe for GTlsInteractionClass
impl !Send for GTlsInteractionClass
impl !Sync for GTlsInteractionClass
impl Unpin for GTlsInteractionClass
impl UnwindSafe for GTlsInteractionClass
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