Struct soup_sys::SoupAuth[][src]

#[repr(C)]
pub struct SoupAuth { pub parent: GObject, pub realm: *mut c_char, }

Fields

Trait Implementations

impl Copy for SoupAuth
[src]

impl Clone for SoupAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupAuth
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SoupAuth

impl !Sync for SoupAuth