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