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: GSocketListenerClass
incoming: 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
impl Copy for GSocketServiceClass
[src]
impl Copy for GSocketServiceClass
impl Clone for GSocketServiceClass
[src]
impl Clone for GSocketServiceClass
fn clone(&self) -> GSocketServiceClass
[src]
fn clone(&self) -> GSocketServiceClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GSocketServiceClass
[src]
impl Debug for GSocketServiceClass
Auto Trait Implementations
impl !Send for GSocketServiceClass
impl !Send for GSocketServiceClass
impl !Sync for GSocketServiceClass
impl !Sync for GSocketServiceClass