Struct gio_sys::GNetworkMonitorInterface [−][src]
#[repr(C)]pub struct GNetworkMonitorInterface { pub g_iface: GTypeInterface, pub network_changed: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: gboolean)>, pub can_reach: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: *mut GSocketConnectable, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub can_reach_async: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: *mut GSocketConnectable, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub can_reach_finish: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, }
Fields
g_iface: GTypeInterface
network_changed: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: gboolean)>
can_reach: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: *mut GSocketConnectable, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>
can_reach_async: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: *mut GSocketConnectable, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>
can_reach_finish: Option<unsafe extern "C" fn(_: *mut GNetworkMonitor, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>
Trait Implementations
impl Copy for GNetworkMonitorInterface
[src]
impl Copy for GNetworkMonitorInterface
impl Clone for GNetworkMonitorInterface
[src]
impl Clone for GNetworkMonitorInterface
fn clone(&self) -> GNetworkMonitorInterface
[src]
fn clone(&self) -> GNetworkMonitorInterface
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 GNetworkMonitorInterface
[src]
impl Debug for GNetworkMonitorInterface
Auto Trait Implementations
impl Send for GNetworkMonitorInterface
impl Send for GNetworkMonitorInterface
impl Sync for GNetworkMonitorInterface
impl Sync for GNetworkMonitorInterface