Struct frida_sys::_GFileMonitorClass
source · #[repr(C)]pub struct _GFileMonitorClass {
pub parent_class: GObjectClass,
pub changed: Option<unsafe extern "C" fn(monitor: *mut GFileMonitor, file: *mut GFile, other_file: *mut GFile, event_type: GFileMonitorEvent)>,
pub cancel: Option<unsafe extern "C" fn(monitor: *mut GFileMonitor) -> gboolean>,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§changed: Option<unsafe extern "C" fn(monitor: *mut GFileMonitor, file: *mut GFile, other_file: *mut GFile, event_type: GFileMonitorEvent)>§cancel: Option<unsafe extern "C" fn(monitor: *mut GFileMonitor) -> gboolean>§_g_reserved1: Option<unsafe extern "C" fn()>§_g_reserved2: Option<unsafe extern "C" fn()>§_g_reserved3: Option<unsafe extern "C" fn()>§_g_reserved4: Option<unsafe extern "C" fn()>§_g_reserved5: Option<unsafe extern "C" fn()>Trait Implementations§
source§impl Clone for _GFileMonitorClass
impl Clone for _GFileMonitorClass
source§fn clone(&self) -> _GFileMonitorClass
fn clone(&self) -> _GFileMonitorClass
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