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
parent_object: GMimeStream
owner: gboolean
eos: gboolean
fd: c_int
map: *mut c_char
maplen: size_t
Trait Implementations
impl Copy for GMimeStreamMmap[src]
impl Copy for GMimeStreamMmapimpl Clone for GMimeStreamMmap[src]
impl Clone for GMimeStreamMmapfn clone(&self) -> GMimeStreamMmap[src]
fn clone(&self) -> GMimeStreamMmapReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GMimeStreamMmap[src]
impl Debug for GMimeStreamMmapAuto Trait Implementations
impl !Send for GMimeStreamMmap
impl !Send for GMimeStreamMmapimpl !Sync for GMimeStreamMmap
impl !Sync for GMimeStreamMmap