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