Struct nix::sys::inotify::AddWatchFlags [−][src]
Configuration options for inotify_add_watch
.
Implementations
impl AddWatchFlags
[src][−]
pub const IN_ACCESS: AddWatchFlags
[src]
pub const IN_MODIFY: AddWatchFlags
[src]
pub const IN_ATTRIB: AddWatchFlags
[src]
pub const IN_CLOSE_WRITE: AddWatchFlags
[src]
pub const IN_CLOSE_NOWRITE: AddWatchFlags
[src]
pub const IN_OPEN: AddWatchFlags
[src]
pub const IN_MOVED_FROM: AddWatchFlags
[src]
pub const IN_MOVED_TO: AddWatchFlags
[src]
pub const IN_CREATE: AddWatchFlags
[src]
pub const IN_DELETE: AddWatchFlags
[src]
pub const IN_DELETE_SELF: AddWatchFlags
[src]
pub const IN_MOVE_SELF: AddWatchFlags
[src]
pub const IN_UNMOUNT: AddWatchFlags
[src]
pub const IN_Q_OVERFLOW: AddWatchFlags
[src]
pub const IN_IGNORED: AddWatchFlags
[src]
pub const IN_CLOSE: AddWatchFlags
[src]
pub const IN_MOVE: AddWatchFlags
[src]
pub const IN_ONLYDIR: AddWatchFlags
[src]
pub const IN_DONT_FOLLOW: AddWatchFlags
[src]
pub const IN_ISDIR: AddWatchFlags
[src]
pub const IN_ONESHOT: AddWatchFlags
[src]
pub const IN_ALL_EVENTS: AddWatchFlags
[src]
pub const fn empty() -> AddWatchFlags
[src][−]
Returns an empty set of flags
pub const fn all() -> AddWatchFlags
[src][−]
Returns the set containing all flags.
pub const fn bits(&self) -> u32
[src][−]
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<AddWatchFlags>
[src][−]
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub const fn from_bits_truncate(bits: u32) -> AddWatchFlags
[src][−]
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub const unsafe fn from_bits_unchecked(bits: u32) -> AddWatchFlags
[src][−]
Convert from underlying bit representation, preserving all bits (even those not corresponding to a defined flag).
pub const fn is_empty(&self) -> bool
[src][−]
Returns true
if no flags are currently stored.
pub const fn is_all(&self) -> bool
[src][−]
Returns true
if all flags are currently set.
pub const fn intersects(&self, other: AddWatchFlags) -> bool
[src][−]
Returns true
if there are flags common to both self
and other
.
pub const fn contains(&self, other: AddWatchFlags) -> bool
[src][−]
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: AddWatchFlags)
[src][−]
Inserts the specified flags in-place.
pub fn remove(&mut self, other: AddWatchFlags)
[src][−]
Removes the specified flags in-place.
pub fn toggle(&mut self, other: AddWatchFlags)
[src][−]
Toggles the specified flags in-place.
pub fn set(&mut self, other: AddWatchFlags, value: bool)
[src][−]
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Binary for AddWatchFlags
[src][+]
impl BitAnd<AddWatchFlags> for AddWatchFlags
[src][+]
impl BitAndAssign<AddWatchFlags> for AddWatchFlags
[src][+]
impl BitOr<AddWatchFlags> for AddWatchFlags
[src][+]
impl BitOrAssign<AddWatchFlags> for AddWatchFlags
[src][+]
impl BitXor<AddWatchFlags> for AddWatchFlags
[src][+]
impl BitXorAssign<AddWatchFlags> for AddWatchFlags
[src][+]
impl Clone for AddWatchFlags
[src][+]
impl Copy for AddWatchFlags
[src]
impl Debug for AddWatchFlags
[src][+]
impl Eq for AddWatchFlags
[src]
impl Extend<AddWatchFlags> for AddWatchFlags
[src][+]
impl FromIterator<AddWatchFlags> for AddWatchFlags
[src][+]
impl Hash for AddWatchFlags
[src][+]
impl LowerHex for AddWatchFlags
[src][+]
impl Not for AddWatchFlags
[src][+]
impl Octal for AddWatchFlags
[src][+]
impl Ord for AddWatchFlags
[src][+]
impl PartialEq<AddWatchFlags> for AddWatchFlags
[src][+]
impl PartialOrd<AddWatchFlags> for AddWatchFlags
[src][+]
impl StructuralEq for AddWatchFlags
[src]
impl StructuralPartialEq for AddWatchFlags
[src]
impl Sub<AddWatchFlags> for AddWatchFlags
[src][+]
impl SubAssign<AddWatchFlags> for AddWatchFlags
[src][+]
impl UpperHex for AddWatchFlags
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for AddWatchFlags
impl Send for AddWatchFlags
impl Sync for AddWatchFlags
impl Unpin for AddWatchFlags
impl UnwindSafe for AddWatchFlags
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,