Struct gio_sys::GFileOutputStream
[−]
[src]
#[repr(C)]pub struct GFileOutputStream { pub parent_instance: GOutputStream, pub priv_: *mut GFileOutputStreamPrivate, }
Fields
parent_instance: GOutputStream
priv_: *mut GFileOutputStreamPrivate
Trait Implementations
impl Copy for GFileOutputStream[src]
impl Clone for GFileOutputStream[src]
fn clone(&self) -> GFileOutputStream[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more