Struct gmime_sys::GMimeStreamPipe [−][src]
#[repr(C)]pub struct GMimeStreamPipe { 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 GMimeStreamPipe
[src]
impl Copy for GMimeStreamPipe
impl Clone for GMimeStreamPipe
[src]
impl Clone for GMimeStreamPipe
fn clone(&self) -> GMimeStreamPipe
[src]
fn clone(&self) -> GMimeStreamPipe
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 GMimeStreamPipe
[src]
impl Debug for GMimeStreamPipe
Auto Trait Implementations
impl !Send for GMimeStreamPipe
impl !Send for GMimeStreamPipe
impl !Sync for GMimeStreamPipe
impl !Sync for GMimeStreamPipe