Struct gmime_sys::GMimeFilterGZip[][src]

#[repr(C)]
pub struct GMimeFilterGZip { pub parent_object: GMimeFilter, pub priv_: *mut _GMimeFilterGZipPrivate, pub mode: GMimeFilterGZipMode, pub level: c_int, }

Fields

Trait Implementations

impl Copy for GMimeFilterGZip
[src]

impl Clone for GMimeFilterGZip
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeFilterGZip
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeFilterGZip

impl !Sync for GMimeFilterGZip