Struct soup_sys::SoupContentSniffer[][src]

#[repr(C)]
pub struct SoupContentSniffer { pub parent: GObject, pub priv_: *mut SoupContentSnifferPrivate, }

Fields

Trait Implementations

impl Copy for SoupContentSniffer
[src]

impl Clone for SoupContentSniffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupContentSniffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations