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

Trait Implementations

impl Copy for GMimeStreamPipe
[src]

impl Clone for GMimeStreamPipe
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamPipe
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamPipe

impl !Sync for GMimeStreamPipe