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 Clone for GInputStream[src]
fn clone(&self) -> GInputStream[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