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 GMimeStreamMmap
impl Clone for GMimeStreamMmap
[src]
impl Clone for GMimeStreamMmap
fn clone(&self) -> GMimeStreamMmap
[src]
fn clone(&self) -> GMimeStreamMmap
Returns 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 GMimeStreamMmap
Auto Trait Implementations
impl !Send for GMimeStreamMmap
impl !Send for GMimeStreamMmap
impl !Sync for GMimeStreamMmap
impl !Sync for GMimeStreamMmap