#[repr(C)]pub struct GIOStream {
pub parent_instance: GObject,
pub priv_: *mut GIOStreamPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GIOStreamPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GIOStream
impl UnwindSafe for GIOStream
Blanket Implementations
Mutably borrows from an owned value. Read more