#[repr(u32)]pub enum GFileMonitorFlags {
G_FILE_MONITOR_NONE = 0,
G_FILE_MONITOR_WATCH_MOUNTS = 1,
G_FILE_MONITOR_SEND_MOVED = 2,
G_FILE_MONITOR_WATCH_HARD_LINKS = 4,
G_FILE_MONITOR_WATCH_MOVES = 8,
}Variants§
G_FILE_MONITOR_NONE = 0
G_FILE_MONITOR_WATCH_MOUNTS = 1
G_FILE_MONITOR_SEND_MOVED = 2
G_FILE_MONITOR_WATCH_HARD_LINKS = 4
G_FILE_MONITOR_WATCH_MOVES = 8
Trait Implementations§
Source§impl Clone for GFileMonitorFlags
impl Clone for GFileMonitorFlags
Source§fn clone(&self) -> GFileMonitorFlags
fn clone(&self) -> GFileMonitorFlags
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 GFileMonitorFlags
impl Debug for GFileMonitorFlags
Source§impl Hash for GFileMonitorFlags
impl Hash for GFileMonitorFlags
Source§impl PartialEq for GFileMonitorFlags
impl PartialEq for GFileMonitorFlags
impl Copy for GFileMonitorFlags
impl Eq for GFileMonitorFlags
impl StructuralPartialEq for GFileMonitorFlags
Auto Trait Implementations§
impl Freeze for GFileMonitorFlags
impl RefUnwindSafe for GFileMonitorFlags
impl Send for GFileMonitorFlags
impl Sync for GFileMonitorFlags
impl Unpin for GFileMonitorFlags
impl UnwindSafe for GFileMonitorFlags
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