Struct gmime_sys::GMimeStreamGIO[][src]

#[repr(C)]
pub struct GMimeStreamGIO { pub parent_object: GMimeStream, pub ostream: *mut GOutputStream, pub istream: *mut GInputStream, pub file: *mut GFile, pub owner: gboolean, pub eos: gboolean, }

Fields

Trait Implementations

impl Copy for GMimeStreamGIO
[src]

impl Clone for GMimeStreamGIO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMimeStreamGIO
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMimeStreamGIO

impl !Sync for GMimeStreamGIO