#[repr(C)]pub struct GFileMonitorClass {
pub parent_class: GObjectClass,
pub changed: Option<extern "C" fn(*mut GFileMonitor, *mut GFile, *mut GFile, GFileMonitorEvent)>,
pub cancel: Option<extern "C" fn(*mut GFileMonitor) -> gboolean>,
pub _g_reserved1: Option<extern "C" fn()>,
pub _g_reserved2: Option<extern "C" fn()>,
pub _g_reserved3: Option<extern "C" fn()>,
pub _g_reserved4: Option<extern "C" fn()>,
pub _g_reserved5: Option<extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§changed: Option<extern "C" fn(*mut GFileMonitor, *mut GFile, *mut GFile, GFileMonitorEvent)>§cancel: Option<extern "C" fn(*mut GFileMonitor) -> gboolean>§_g_reserved1: Option<extern "C" fn()>§_g_reserved2: Option<extern "C" fn()>§_g_reserved3: Option<extern "C" fn()>§_g_reserved4: Option<extern "C" fn()>§_g_reserved5: Option<extern "C" fn()>Auto Trait Implementations§
impl Freeze for GFileMonitorClass
impl RefUnwindSafe for GFileMonitorClass
impl !Send for GFileMonitorClass
impl !Sync for GFileMonitorClass
impl Unpin for GFileMonitorClass
impl UnwindSafe for GFileMonitorClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more