Struct soup3_sys::SoupAuthDomainClass
source · [−]#[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
sourceimpl Clone for SoupAuthDomainClass
impl Clone for SoupAuthDomainClass
sourcefn clone(&self) -> SoupAuthDomainClass
fn clone(&self) -> SoupAuthDomainClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SoupAuthDomainClass
impl Debug for SoupAuthDomainClass
impl Copy for SoupAuthDomainClass
Auto Trait Implementations
impl RefUnwindSafe for SoupAuthDomainClass
impl !Send for SoupAuthDomainClass
impl !Sync for SoupAuthDomainClass
impl Unpin for SoupAuthDomainClass
impl UnwindSafe for SoupAuthDomainClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more