#[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§
Source§impl Clone for SoupPasswordManagerInterface
impl Clone for SoupPasswordManagerInterface
Source§fn clone(&self) -> SoupPasswordManagerInterface
fn clone(&self) -> SoupPasswordManagerInterface
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 moreSource§impl Debug for SoupPasswordManagerInterface
impl Debug for SoupPasswordManagerInterface
impl Copy for SoupPasswordManagerInterface
Auto Trait Implementations§
impl Freeze for SoupPasswordManagerInterface
impl RefUnwindSafe for SoupPasswordManagerInterface
impl Send for SoupPasswordManagerInterface
impl Sync for SoupPasswordManagerInterface
impl Unpin for SoupPasswordManagerInterface
impl UnwindSafe for SoupPasswordManagerInterface
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