Struct gio_sys::GSocketService
source · [−]#[repr(C)]pub struct GSocketService {
pub parent_instance: GSocketListener,
pub priv_: *mut GSocketServicePrivate,
}Fields
parent_instance: GSocketListenerpriv_: *mut GSocketServicePrivateTrait 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