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 Copy for SoupAuthManagerClass
[src]

impl Clone for SoupAuthManagerClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupAuthManagerClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations