#[repr(C)]pub struct _GSocketClientClass {
pub parent_class: GObjectClass,
pub event: Option<unsafe extern "C" fn(client: *mut GSocketClient, event: GSocketClientEvent, connectable: *mut GSocketConnectable, connection: *mut GIOStream)>,
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()>,
}Fields§
§parent_class: GObjectClass§event: Option<unsafe extern "C" fn(client: *mut GSocketClient, event: GSocketClientEvent, connectable: *mut GSocketConnectable, connection: *mut GIOStream)>§_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()>Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GSocketClientClass
impl RefUnwindSafe for _GSocketClientClass
impl !Send for _GSocketClientClass
impl !Sync for _GSocketClientClass
impl Unpin for _GSocketClientClass
impl UnwindSafe for _GSocketClientClass
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