#[repr(C)]pub struct _FridaAuthenticationServiceIface {
pub parent_iface: GTypeInterface,
pub authenticate: Option<unsafe extern "C" fn(self_: *mut FridaAuthenticationService, token: *const gchar, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub authenticate_finish: Option<unsafe extern "C" fn(self_: *mut FridaAuthenticationService, result: *mut GAsyncResult, error: *mut *mut GError) -> *mut gchar>,
}Fields§
§parent_iface: GTypeInterface§authenticate: Option<unsafe extern "C" fn(self_: *mut FridaAuthenticationService, token: *const gchar, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>§authenticate_finish: Option<unsafe extern "C" fn(self_: *mut FridaAuthenticationService, result: *mut GAsyncResult, error: *mut *mut GError) -> *mut gchar>Trait Implementations§
source§impl Clone for _FridaAuthenticationServiceIface
impl Clone for _FridaAuthenticationServiceIface
source§fn clone(&self) -> _FridaAuthenticationServiceIface
fn clone(&self) -> _FridaAuthenticationServiceIface
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