Struct gmime_sys::GMimeCharset[][src]

#[repr(C)]
pub struct GMimeCharset { pub mask: c_uint, pub level: c_uint, }

Fields

Trait Implementations

impl Copy for GMimeCharset
[src]

impl Clone for GMimeCharset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeCharset
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GMimeCharset

impl Sync for GMimeCharset