Struct gmime_sys::GMimeEncoding[][src]

#[repr(C)]
pub struct GMimeEncoding { pub encoding: GMimeContentEncoding, pub uubuf: [c_uint; 60], pub encode: gboolean, pub save: u32, pub state: c_int, }

Fields

Trait Implementations

impl Copy for GMimeEncoding
[src]

impl Clone for GMimeEncoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeEncoding
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GMimeEncoding

impl Sync for GMimeEncoding