Struct frida_sys::_GNetworkMonitorInterface
source · #[repr(C)]pub struct _GNetworkMonitorInterface {
pub g_iface: GTypeInterface,
pub network_changed: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, network_available: gboolean)>,
pub can_reach: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, connectable: *mut GSocketConnectable, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>,
pub can_reach_async: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, connectable: *mut GSocketConnectable, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub can_reach_finish: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, result: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>,
}Fields§
§g_iface: GTypeInterface§network_changed: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, network_available: gboolean)>§can_reach: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, connectable: *mut GSocketConnectable, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>§can_reach_async: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, connectable: *mut GSocketConnectable, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>§can_reach_finish: Option<unsafe extern "C" fn(monitor: *mut GNetworkMonitor, result: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>Trait Implementations§
source§impl Clone for _GNetworkMonitorInterface
impl Clone for _GNetworkMonitorInterface
source§fn clone(&self) -> _GNetworkMonitorInterface
fn clone(&self) -> _GNetworkMonitorInterface
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