Struct gio_sys::GFileInputStream[][src]

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

Fields

Trait Implementations

impl Copy for GFileInputStream
[src]

impl Clone for GFileInputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GFileInputStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations