Struct gio_sys::GInputStream[][src]

#[repr(C)]
pub struct GInputStream { pub parent_instance: GObject, pub priv_: *mut GInputStreamPrivate, }

Fields

Trait Implementations

impl Copy for GInputStream
[src]

impl Clone for GInputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GInputStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GInputStream

impl !Sync for GInputStream