Struct gmime_sys::GMimeParser [−][src]
#[repr(C)]pub struct GMimeParser { pub parent_object: GObject, pub priv_: *mut _GMimeParserPrivate, }
Fields
parent_object: GObject
priv_: *mut _GMimeParserPrivate
Trait Implementations
impl Copy for GMimeParser[src]
impl Copy for GMimeParserimpl Clone for GMimeParser[src]
impl Clone for GMimeParserfn clone(&self) -> GMimeParser[src]
fn clone(&self) -> GMimeParserReturns 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 GMimeParser[src]
impl Debug for GMimeParserAuto Trait Implementations
impl !Send for GMimeParser
impl !Send for GMimeParserimpl !Sync for GMimeParser
impl !Sync for GMimeParser