#[repr(u32)]pub enum GFileMonitorEvent {
G_FILE_MONITOR_EVENT_CHANGED = 0,
G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT = 1,
G_FILE_MONITOR_EVENT_DELETED = 2,
G_FILE_MONITOR_EVENT_CREATED = 3,
G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED = 4,
G_FILE_MONITOR_EVENT_PRE_UNMOUNT = 5,
G_FILE_MONITOR_EVENT_UNMOUNTED = 6,
G_FILE_MONITOR_EVENT_MOVED = 7,
G_FILE_MONITOR_EVENT_RENAMED = 8,
G_FILE_MONITOR_EVENT_MOVED_IN = 9,
G_FILE_MONITOR_EVENT_MOVED_OUT = 10,
}Variants§
G_FILE_MONITOR_EVENT_CHANGED = 0
G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT = 1
G_FILE_MONITOR_EVENT_DELETED = 2
G_FILE_MONITOR_EVENT_CREATED = 3
G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED = 4
G_FILE_MONITOR_EVENT_PRE_UNMOUNT = 5
G_FILE_MONITOR_EVENT_UNMOUNTED = 6
G_FILE_MONITOR_EVENT_MOVED = 7
G_FILE_MONITOR_EVENT_RENAMED = 8
G_FILE_MONITOR_EVENT_MOVED_IN = 9
G_FILE_MONITOR_EVENT_MOVED_OUT = 10
Trait Implementations§
Source§impl Clone for GFileMonitorEvent
impl Clone for GFileMonitorEvent
Source§fn clone(&self) -> GFileMonitorEvent
fn clone(&self) -> GFileMonitorEvent
Returns a duplicate 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 moreSource§impl Debug for GFileMonitorEvent
impl Debug for GFileMonitorEvent
Source§impl Hash for GFileMonitorEvent
impl Hash for GFileMonitorEvent
Source§impl PartialEq for GFileMonitorEvent
impl PartialEq for GFileMonitorEvent
impl Copy for GFileMonitorEvent
impl Eq for GFileMonitorEvent
impl StructuralPartialEq for GFileMonitorEvent
Auto Trait Implementations§
impl Freeze for GFileMonitorEvent
impl RefUnwindSafe for GFileMonitorEvent
impl Send for GFileMonitorEvent
impl Sync for GFileMonitorEvent
impl Unpin for GFileMonitorEvent
impl UnwindSafe for GFileMonitorEvent
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