Struct gio_sys::GConverterInputStream[][src]

#[repr(C)]
pub struct GConverterInputStream { pub parent_instance: GFilterInputStream, pub priv_: *mut GConverterInputStreamPrivate, }

Fields

Trait Implementations

impl Copy for GConverterInputStream
[src]

impl Clone for GConverterInputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GConverterInputStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations