Struct gio_sys::GOutputStream [−][src]
#[repr(C)]pub struct GOutputStream { pub parent_instance: GObject, pub priv_: *mut GOutputStreamPrivate, }
Fields
parent_instance: GObject
priv_: *mut GOutputStreamPrivate
Trait Implementations
impl Copy for GOutputStream[src]
impl Copy for GOutputStreamimpl Clone for GOutputStream[src]
impl Clone for GOutputStreamfn clone(&self) -> GOutputStream[src]
fn clone(&self) -> GOutputStreamReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GOutputStream[src]
impl Debug for GOutputStreamAuto Trait Implementations
impl !Send for GOutputStream
impl !Send for GOutputStreamimpl !Sync for GOutputStream
impl !Sync for GOutputStream