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
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
Mutably borrows from an owned value. Read more