Struct frida_sys::_GSocketConnectableIface
source · #[repr(C)]pub struct _GSocketConnectableIface {
pub g_iface: GTypeInterface,
pub enumerate: Option<unsafe extern "C" fn(connectable: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>,
pub proxy_enumerate: Option<unsafe extern "C" fn(connectable: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>,
pub to_string: Option<unsafe extern "C" fn(connectable: *mut GSocketConnectable) -> *mut gchar>,
}Fields§
§g_iface: GTypeInterface§enumerate: Option<unsafe extern "C" fn(connectable: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>§proxy_enumerate: Option<unsafe extern "C" fn(connectable: *mut GSocketConnectable) -> *mut GSocketAddressEnumerator>§to_string: Option<unsafe extern "C" fn(connectable: *mut GSocketConnectable) -> *mut gchar>Trait Implementations§
source§impl Clone for _GSocketConnectableIface
impl Clone for _GSocketConnectableIface
source§fn clone(&self) -> _GSocketConnectableIface
fn clone(&self) -> _GSocketConnectableIface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more