Struct gio_sys::GConverterInputStream [−][src]
#[repr(C)]pub struct GConverterInputStream { pub parent_instance: GFilterInputStream, pub priv_: *mut GConverterInputStreamPrivate, }
Fields
parent_instance: GFilterInputStream
priv_: *mut GConverterInputStreamPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GConverterInputStream
impl !Send for GConverterInputStream
impl !Sync for GConverterInputStream
impl Unpin for GConverterInputStream
impl UnwindSafe for GConverterInputStream
Blanket Implementations
Mutably borrows from an owned value. Read more