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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GFileInputStream
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations