#[repr(C)]pub enum GFileMonitorEvent {
Changed = 0,
ChangesDoneHint = 1,
Deleted = 2,
Created = 3,
AttributeChanged = 4,
PreUnmount = 5,
Unmounted = 6,
Moved = 7,
Renamed = 8,
MovedIn = 9,
MovedOut = 10,
}Variants§
Changed = 0
ChangesDoneHint = 1
Deleted = 2
Created = 3
AttributeChanged = 4
PreUnmount = 5
Unmounted = 6
Moved = 7
Renamed = 8
MovedIn = 9
MovedOut = 10
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