Struct soup_sys::SoupPasswordManagerInterface [−][src]
#[repr(C)]pub struct SoupPasswordManagerInterface { pub base: GTypeInterface, pub get_passwords_async: Option<unsafe extern "C" fn(_: *mut SoupPasswordManager, _: *mut SoupMessage, _: *mut SoupAuth, _: gboolean, _: *mut GMainContext, _: *mut GCancellable, _: SoupPasswordManagerCallback, _: gpointer)>, pub get_passwords_sync: Option<unsafe extern "C" fn(_: *mut SoupPasswordManager, _: *mut SoupMessage, _: *mut SoupAuth, _: *mut GCancellable)>, }
Fields
base: GTypeInterface
get_passwords_async: Option<unsafe extern "C" fn(_: *mut SoupPasswordManager, _: *mut SoupMessage, _: *mut SoupAuth, _: gboolean, _: *mut GMainContext, _: *mut GCancellable, _: SoupPasswordManagerCallback, _: gpointer)>
get_passwords_sync: Option<unsafe extern "C" fn(_: *mut SoupPasswordManager, _: *mut SoupMessage, _: *mut SoupAuth, _: *mut GCancellable)>
Trait Implementations
impl Copy for SoupPasswordManagerInterface[src]
impl Copy for SoupPasswordManagerInterfaceimpl Clone for SoupPasswordManagerInterface[src]
impl Clone for SoupPasswordManagerInterfacefn clone(&self) -> SoupPasswordManagerInterface[src]
fn clone(&self) -> SoupPasswordManagerInterfaceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SoupPasswordManagerInterface[src]
impl Debug for SoupPasswordManagerInterfaceAuto Trait Implementations
impl Send for SoupPasswordManagerInterface
impl Send for SoupPasswordManagerInterfaceimpl Sync for SoupPasswordManagerInterface
impl Sync for SoupPasswordManagerInterface