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