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