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 GInputStream
impl Clone for GInputStream
[src]
impl Clone for GInputStream
fn clone(&self) -> GInputStream
[src]
fn clone(&self) -> GInputStream
Returns 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 GInputStream
Auto Trait Implementations
impl !Send for GInputStream
impl !Send for GInputStream
impl !Sync for GInputStream
impl !Sync for GInputStream