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

Trait Implementations

impl Copy for GMimeFilterCharset
[src]

impl Clone for GMimeFilterCharset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeFilterCharset
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeFilterCharset

impl !Sync for GMimeFilterCharset