Struct soup_sys::SoupContentDecoder[][src]

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

Fields

Trait Implementations

impl Debug for SoupContentDecoder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations