Struct soup_sys::SoupContentDecoder [−][src]
#[repr(C)]pub struct SoupContentDecoder { pub parent: GObject, pub priv_: *mut SoupContentDecoderPrivate, }
Fields
parent: GObject
priv_: *mut SoupContentDecoderPrivate
Trait Implementations
impl Copy for SoupContentDecoder[src]
impl Copy for SoupContentDecoderimpl Clone for SoupContentDecoder[src]
impl Clone for SoupContentDecoderfn clone(&self) -> SoupContentDecoder[src]
fn clone(&self) -> SoupContentDecoderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SoupContentDecoder[src]
impl Debug for SoupContentDecoderAuto Trait Implementations
impl !Send for SoupContentDecoder
impl !Send for SoupContentDecoderimpl !Sync for SoupContentDecoder
impl !Sync for SoupContentDecoder