Struct gio_sys::GConverterOutputStream[][src]

#[repr(C)]
pub struct GConverterOutputStream { pub parent_instance: GFilterOutputStream, pub priv_: *mut GConverterOutputStreamPrivate, }

Fields

Trait Implementations

impl Copy for GConverterOutputStream
[src]

impl Clone for GConverterOutputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GConverterOutputStream
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations