Struct gio_sys::GSocketServiceClass [−][src]
#[repr(C)]pub struct GSocketServiceClass { pub parent_class: GSocketListenerClass, pub incoming: Option<unsafe extern "C" fn(_: *mut GSocketService, _: *mut GSocketConnection, _: *mut GObject) -> gboolean>, pub _g_reserved1: Option<unsafe extern "C" fn()>, pub _g_reserved2: Option<unsafe extern "C" fn()>, pub _g_reserved3: Option<unsafe extern "C" fn()>, pub _g_reserved4: Option<unsafe extern "C" fn()>, pub _g_reserved5: Option<unsafe extern "C" fn()>, pub _g_reserved6: Option<unsafe extern "C" fn()>, }
Fields
parent_class: GSocketListenerClassincoming: Option<unsafe extern "C" fn(_: *mut GSocketService, _: *mut GSocketConnection, _: *mut GObject) -> gboolean>_g_reserved1: Option<unsafe extern "C" fn()>_g_reserved2: Option<unsafe extern "C" fn()>_g_reserved3: Option<unsafe extern "C" fn()>_g_reserved4: Option<unsafe extern "C" fn()>_g_reserved5: Option<unsafe extern "C" fn()>_g_reserved6: Option<unsafe extern "C" fn()>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GSocketServiceClassimpl !Send for GSocketServiceClassimpl !Sync for GSocketServiceClassimpl Unpin for GSocketServiceClassimpl UnwindSafe for GSocketServiceClassBlanket Implementations
Mutably borrows from an owned value. Read more