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