Struct gio_sys::GFileOutputStream[][src]

#[repr(C)]
pub struct GFileOutputStream { pub parent_instance: GOutputStream, pub priv_: *mut GFileOutputStreamPrivate, }

Fields

Trait Implementations

impl Copy for GFileOutputStream
[src]

impl Clone for GFileOutputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GFileOutputStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations