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