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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GConverterInputStream
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations