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§
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 more