Struct gmime_sys::GMimeStreamMmap[][src]

#[repr(C)]
pub struct GMimeStreamMmap { pub parent_object: GMimeStream, pub owner: gboolean, pub eos: gboolean, pub fd: c_int, pub map: *mut c_char, pub maplen: size_t, }

Fields

Trait Implementations

impl Copy for GMimeStreamMmap
[src]

impl Clone for GMimeStreamMmap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamMmap
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamMmap

impl !Sync for GMimeStreamMmap