Struct soup_sys::SoupContentDecoder[][src]

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

Fields

Trait Implementations

impl Copy for SoupContentDecoder
[src]

impl Clone for SoupContentDecoder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupContentDecoder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations