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

Trait Implementations

impl Copy for GSocketConnectableIface
[src]

impl Clone for GSocketConnectableIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSocketConnectableIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations