Struct gmime_sys::GMimeFilterCharset [−][src]
#[repr(C)]pub struct GMimeFilterCharset { pub parent_object: GMimeFilter, pub from_charset: *mut c_char, pub to_charset: *mut c_char, pub cd: iconv_t, }
Fields
parent_object: GMimeFilter
from_charset: *mut c_char
to_charset: *mut c_char
cd: iconv_t
Trait Implementations
impl Copy for GMimeFilterCharset[src]
impl Copy for GMimeFilterCharsetimpl Clone for GMimeFilterCharset[src]
impl Clone for GMimeFilterCharsetfn clone(&self) -> GMimeFilterCharset[src]
fn clone(&self) -> GMimeFilterCharsetReturns 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 GMimeFilterCharset[src]
impl Debug for GMimeFilterCharsetAuto Trait Implementations
impl !Send for GMimeFilterCharset
impl !Send for GMimeFilterCharsetimpl !Sync for GMimeFilterCharset
impl !Sync for GMimeFilterCharset