Struct gmime_sys::GMimeFilterBest[][src]

#[repr(C)]
pub struct GMimeFilterBest { pub parent_object: GMimeFilter, pub flags: GMimeFilterBestFlags, pub charset: GMimeCharset, pub count0: c_uint, pub count8: c_uint, pub total: c_uint, pub maxline: c_uint, pub linelen: c_uint, pub frombuf: [c_uint; 6], // some fields omitted }

Fields

Trait Implementations

impl Debug for GMimeFilterBest
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeFilterBest

impl !Sync for GMimeFilterBest