Struct soup_sys::SoupAuthManagerClass[][src]

#[repr(C)]
pub struct SoupAuthManagerClass { pub parent_class: GObjectClass, pub authenticate: Option<unsafe extern "C" fn(_: *mut SoupAuthManager, _: *mut SoupMessage, _: *mut SoupAuth, _: gboolean)>, }

Fields

Trait Implementations

impl Debug for SoupAuthManagerClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations