Struct gmime_sys::GMimeStreamFs [−][src]
#[repr(C)]pub struct GMimeStreamFs { pub parent_object: GMimeStream, pub owner: gboolean, pub eos: gboolean, pub fd: c_int, }
Fields
parent_object: GMimeStream
owner: gboolean
eos: gboolean
fd: c_int
Trait Implementations
impl Copy for GMimeStreamFs[src]
impl Copy for GMimeStreamFsimpl Clone for GMimeStreamFs[src]
impl Clone for GMimeStreamFsfn clone(&self) -> GMimeStreamFs[src]
fn clone(&self) -> GMimeStreamFsReturns 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 GMimeStreamFs[src]
impl Debug for GMimeStreamFsAuto Trait Implementations
impl !Send for GMimeStreamFs
impl !Send for GMimeStreamFsimpl !Sync for GMimeStreamFs
impl !Sync for GMimeStreamFs