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