#[repr(C)]pub struct GSocketServiceClass {
pub parent_class: GSocketListenerClass,
pub incoming: Option<extern "C" fn(*mut GSocketService, *mut GSocketConnection, *mut GObject) -> gboolean>,
pub _g_reserved1: Option<extern "C" fn()>,
pub _g_reserved2: Option<extern "C" fn()>,
pub _g_reserved3: Option<extern "C" fn()>,
pub _g_reserved4: Option<extern "C" fn()>,
pub _g_reserved5: Option<extern "C" fn()>,
pub _g_reserved6: Option<extern "C" fn()>,
}Fields§
§parent_class: GSocketListenerClass§incoming: Option<extern "C" fn(*mut GSocketService, *mut GSocketConnection, *mut GObject) -> gboolean>§_g_reserved1: Option<extern "C" fn()>§_g_reserved2: Option<extern "C" fn()>§_g_reserved3: Option<extern "C" fn()>§_g_reserved4: Option<extern "C" fn()>§_g_reserved5: Option<extern "C" fn()>§_g_reserved6: Option<extern "C" fn()>Auto Trait Implementations§
impl Freeze for GSocketServiceClass
impl RefUnwindSafe for GSocketServiceClass
impl !Send for GSocketServiceClass
impl !Sync for GSocketServiceClass
impl Unpin for GSocketServiceClass
impl UnwindSafe for GSocketServiceClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more