Enum gio_sys::GFileMonitorEvent
[−]
[src]
#[repr(C)]pub enum GFileMonitorEvent { Changed, ChangesDoneHint, Deleted, Created, AttributeChanged, PreUnmount, Unmounted, Moved, Renamed, MovedIn, MovedOut, }
Variants
Changed
ChangesDoneHint
Deleted
Created
AttributeChanged
PreUnmount
Unmounted
Moved
Renamed
MovedIn
MovedOut
Trait Implementations
impl Clone for GFileMonitorEvent
[src]
fn clone(&self) -> GFileMonitorEvent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more