Struct gio_sys::GFileMonitorClass[][src]

#[repr(C)]
pub struct GFileMonitorClass { pub parent_class: GObjectClass, pub changed: Option<unsafe extern "C" fn(_: *mut GFileMonitor, _: *mut GFile, _: *mut GFile, _: GFileMonitorEvent)>, pub cancel: Option<unsafe extern "C" fn(_: *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

Trait Implementations

impl Copy for GFileMonitorClass
[src]

impl Clone for GFileMonitorClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GFileMonitorClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations