Struct gio_sys::GThreadedSocketServiceClass [−][src]
#[repr(C)]pub struct GThreadedSocketServiceClass { pub parent_class: GSocketServiceClass, pub run: Option<unsafe extern "C" fn(_: *mut GThreadedSocketService, _: *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()>, }
Fields
parent_class: GSocketServiceClass
run: Option<unsafe extern "C" fn(_: *mut GThreadedSocketService, _: *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()>
Trait Implementations
impl Copy for GThreadedSocketServiceClass[src]
impl Copy for GThreadedSocketServiceClassimpl Clone for GThreadedSocketServiceClass[src]
impl Clone for GThreadedSocketServiceClassfn clone(&self) -> GThreadedSocketServiceClass[src]
fn clone(&self) -> GThreadedSocketServiceClassReturns 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 GThreadedSocketServiceClass[src]
impl Debug for GThreadedSocketServiceClassAuto Trait Implementations
impl !Send for GThreadedSocketServiceClass
impl !Send for GThreadedSocketServiceClassimpl !Sync for GThreadedSocketServiceClass
impl !Sync for GThreadedSocketServiceClass