#[repr(C)]pub struct GThreadedSocketServiceClass {
pub parent_class: GSocketServiceClass,
pub run: Option<extern "C" fn(*mut GThreadedSocketService, *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()>,
}Fields§
§parent_class: GSocketServiceClass§run: Option<extern "C" fn(*mut GThreadedSocketService, *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()>Auto Trait Implementations§
impl Freeze for GThreadedSocketServiceClass
impl RefUnwindSafe for GThreadedSocketServiceClass
impl !Send for GThreadedSocketServiceClass
impl !Sync for GThreadedSocketServiceClass
impl Unpin for GThreadedSocketServiceClass
impl UnwindSafe for GThreadedSocketServiceClass
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