Struct gio_sys::GInputStream [−][src]
#[repr(C)]pub struct GInputStream { pub parent_instance: GObject, pub priv_: *mut GInputStreamPrivate, }
Fields
parent_instance: GObject
priv_: *mut GInputStreamPrivate
Trait Implementations
impl Copy for GInputStream[src]
impl Copy for GInputStreamimpl Clone for GInputStream[src]
impl Clone for GInputStreamfn clone(&self) -> GInputStream[src]
fn clone(&self) -> GInputStreamReturns 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 GInputStream[src]
impl Debug for GInputStreamAuto Trait Implementations
impl !Send for GInputStream
impl !Send for GInputStreamimpl !Sync for GInputStream
impl !Sync for GInputStream