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 GMimeFilterCharset
impl Clone for GMimeFilterCharset
[src]
impl Clone for GMimeFilterCharset
fn clone(&self) -> GMimeFilterCharset
[src]
fn clone(&self) -> GMimeFilterCharset
Returns 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 GMimeFilterCharset
Auto Trait Implementations
impl !Send for GMimeFilterCharset
impl !Send for GMimeFilterCharset
impl !Sync for GMimeFilterCharset
impl !Sync for GMimeFilterCharset