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