Struct soup_sys::SoupAuthClass[][src]

#[repr(C)]
pub struct SoupAuthClass { pub parent_class: GObjectClass, pub scheme_name: *const c_char, pub strength: c_uint, pub update: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage, _: *mut GHashTable) -> gboolean>, pub get_protection_space: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupURI) -> *mut GSList>, pub authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *const c_char, _: *const c_char)>, pub is_authenticated: Option<unsafe extern "C" fn(_: *mut SoupAuth) -> gboolean>, pub get_authorization: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage) -> *mut c_char>, pub is_ready: Option<unsafe extern "C" fn(_: *mut SoupAuth, _: *mut SoupMessage) -> gboolean>, pub can_authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuth) -> gboolean>, pub _libsoup_reserved3: Option<unsafe extern "C" fn()>, pub _libsoup_reserved4: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Debug for SoupAuthClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SoupAuthClass

impl !Sync for SoupAuthClass