Struct gmime_sys::GMimeFilterYenc[][src]

#[repr(C)]
pub struct GMimeFilterYenc { pub parent_object: GMimeFilter, pub encode: gboolean, pub part: c_int, pub state: c_int, pub pcrc: u32, pub crc: u32, }

Fields

Trait Implementations

impl Copy for GMimeFilterYenc
[src]

impl Clone for GMimeFilterYenc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeFilterYenc
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeFilterYenc

impl !Sync for GMimeFilterYenc