Struct nix::fcntl::AtFlags [−][src]
Implementations
impl AtFlags
[src][−]
pub const AT_REMOVEDIR: AtFlags
[src]
pub const AT_SYMLINK_FOLLOW: AtFlags
[src]
pub const AT_SYMLINK_NOFOLLOW: AtFlags
[src]
pub const AT_NO_AUTOMOUNT: AtFlags
[src]
pub const AT_EMPTY_PATH: AtFlags
[src]
pub const fn empty() -> AtFlags
[src][−]
Returns an empty set of flags
pub const fn all() -> AtFlags
[src][−]
Returns the set containing all flags.
pub const fn bits(&self) -> c_int
[src][−]
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: c_int) -> Option<AtFlags>
[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: c_int) -> AtFlags
[src][−]
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub const unsafe fn from_bits_unchecked(bits: c_int) -> AtFlags
[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: AtFlags) -> bool
[src][−]
Returns true
if there are flags common to both self
and other
.
pub const fn contains(&self, other: AtFlags) -> bool
[src][−]
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: AtFlags)
[src][−]
Inserts the specified flags in-place.
pub fn remove(&mut self, other: AtFlags)
[src][−]
Removes the specified flags in-place.
pub fn toggle(&mut self, other: AtFlags)
[src][−]
Toggles the specified flags in-place.
pub fn set(&mut self, other: AtFlags, value: bool)
[src][−]
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Binary for AtFlags
[src][+]
impl BitAnd<AtFlags> for AtFlags
[src][+]
impl BitAndAssign<AtFlags> for AtFlags
[src][+]
impl BitOr<AtFlags> for AtFlags
[src][+]
impl BitOrAssign<AtFlags> for AtFlags
[src][+]
impl BitXor<AtFlags> for AtFlags
[src][+]
impl BitXorAssign<AtFlags> for AtFlags
[src][+]
impl Clone for AtFlags
[src][+]
impl Copy for AtFlags
[src]
impl Debug for AtFlags
[src][+]
impl Eq for AtFlags
[src]
impl Extend<AtFlags> for AtFlags
[src][+]
impl FromIterator<AtFlags> for AtFlags
[src][+]
impl Hash for AtFlags
[src][+]
impl LowerHex for AtFlags
[src][+]
impl Not for AtFlags
[src][+]
impl Octal for AtFlags
[src][+]
impl Ord for AtFlags
[src][+]
impl PartialEq<AtFlags> for AtFlags
[src][+]
impl PartialOrd<AtFlags> for AtFlags
[src][+]
impl StructuralEq for AtFlags
[src]
impl StructuralPartialEq for AtFlags
[src]
impl Sub<AtFlags> for AtFlags
[src][+]
impl SubAssign<AtFlags> for AtFlags
[src][+]
impl UpperHex for AtFlags
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for AtFlags
impl Send for AtFlags
impl Sync for AtFlags
impl Unpin for AtFlags
impl UnwindSafe for AtFlags
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>,