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