#[repr(C)]pub struct SoupAuthManagerClass {
pub parent_class: GObjectClass,
pub authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuthManager, _: *mut SoupMessage, _: *mut SoupAuth, _: gboolean)>,
}
Fields§
§parent_class: GObjectClass
§authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuthManager, _: *mut SoupMessage, _: *mut SoupAuth, _: gboolean)>
Trait Implementations§
Source§impl Clone for SoupAuthManagerClass
impl Clone for SoupAuthManagerClass
Source§fn clone(&self) -> SoupAuthManagerClass
fn clone(&self) -> SoupAuthManagerClass
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 SoupAuthManagerClass
impl Debug for SoupAuthManagerClass
impl Copy for SoupAuthManagerClass
Auto Trait Implementations§
impl Freeze for SoupAuthManagerClass
impl RefUnwindSafe for SoupAuthManagerClass
impl !Send for SoupAuthManagerClass
impl !Sync for SoupAuthManagerClass
impl Unpin for SoupAuthManagerClass
impl UnwindSafe for SoupAuthManagerClass
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