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