#[repr(C)]pub struct SoupAuthDomainClass {
pub parent_class: GObjectClass,
pub accepts: Option<unsafe extern "C" fn(_: *mut SoupAuthDomain, _: *mut SoupServerMessage, _: *const c_char) -> *mut c_char>,
pub challenge: Option<unsafe extern "C" fn(_: *mut SoupAuthDomain, _: *mut SoupServerMessage) -> *mut c_char>,
pub check_password: Option<unsafe extern "C" fn(_: *mut SoupAuthDomain, _: *mut SoupServerMessage, _: *const c_char, _: *const c_char) -> gboolean>,
pub padding: [gpointer; 6],
}
Fields§
§parent_class: GObjectClass
§accepts: Option<unsafe extern "C" fn(_: *mut SoupAuthDomain, _: *mut SoupServerMessage, _: *const c_char) -> *mut c_char>
§challenge: Option<unsafe extern "C" fn(_: *mut SoupAuthDomain, _: *mut SoupServerMessage) -> *mut c_char>
§check_password: Option<unsafe extern "C" fn(_: *mut SoupAuthDomain, _: *mut SoupServerMessage, _: *const c_char, _: *const c_char) -> gboolean>
§padding: [gpointer; 6]
Trait Implementations§
Source§impl Clone for SoupAuthDomainClass
impl Clone for SoupAuthDomainClass
Source§fn clone(&self) -> SoupAuthDomainClass
fn clone(&self) -> SoupAuthDomainClass
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 SoupAuthDomainClass
impl Debug for SoupAuthDomainClass
impl Copy for SoupAuthDomainClass
Auto Trait Implementations§
impl Freeze for SoupAuthDomainClass
impl RefUnwindSafe for SoupAuthDomainClass
impl !Send for SoupAuthDomainClass
impl !Sync for SoupAuthDomainClass
impl Unpin for SoupAuthDomainClass
impl UnwindSafe for SoupAuthDomainClass
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