Struct gio_sys::GSocketConnectableIface [−][src]
#[repr(C)]pub struct GSocketConnectableIface { pub g_iface: GTypeInterface, pub enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>, pub proxy_enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>, pub to_string: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut c_char>, }
Fields
g_iface: GTypeInterface
enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>
proxy_enumerate: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>
to_string: Option<unsafe extern "C" fn(_: *mut GSocketConnectable) -> *mut c_char>
Trait Implementations
impl Copy for GSocketConnectableIface
[src]
impl Copy for GSocketConnectableIface
impl Clone for GSocketConnectableIface
[src]
impl Clone for GSocketConnectableIface
fn clone(&self) -> GSocketConnectableIface
[src]
fn clone(&self) -> GSocketConnectableIface
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 GSocketConnectableIface
[src]
impl Debug for GSocketConnectableIface
Auto Trait Implementations
impl Send for GSocketConnectableIface
impl Send for GSocketConnectableIface
impl Sync for GSocketConnectableIface
impl Sync for GSocketConnectableIface