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

Trait Implementations

impl Debug for SoupPasswordManagerInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations