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

Trait Implementations

impl Copy for GMimeStreamFs
[src]

impl Clone for GMimeStreamFs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamFs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamFs

impl !Sync for GMimeStreamFs