[−]Struct nix::sys::termios::LocalFlags
Flags for setting any local modes
Methods
impl LocalFlags
[−]
pub const ECHOKE: LocalFlags
pub const ECHOE: LocalFlags
pub const ECHOK: LocalFlags
pub const ECHO: LocalFlags
pub const ECHONL: LocalFlags
pub const ECHOPRT: LocalFlags
pub const ECHOCTL: LocalFlags
pub const ISIG: LocalFlags
pub const ICANON: LocalFlags
pub const IEXTEN: LocalFlags
pub const EXTPROC: LocalFlags
pub const TOSTOP: LocalFlags
pub const FLUSHO: LocalFlags
pub const PENDIN: LocalFlags
pub const NOFLSH: LocalFlags
pub const fn empty() -> LocalFlags
[−]
Returns an empty set of flags
pub const fn all() -> LocalFlags
[−]
Returns the set containing all flags.
pub const fn bits(&self) -> tcflag_t
[−]
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: tcflag_t) -> Option<LocalFlags>
[−]
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub const fn from_bits_truncate(bits: tcflag_t) -> LocalFlags
[−]
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub const unsafe fn from_bits_unchecked(bits: tcflag_t) -> LocalFlags
[−]
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: LocalFlags) -> bool
[−]
Returns true
if there are flags common to both self
and other
.
pub const fn contains(&self, other: LocalFlags) -> bool
[−]
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: LocalFlags)
[−]
Inserts the specified flags in-place.
pub fn remove(&mut self, other: LocalFlags)
[−]
Removes the specified flags in-place.
pub fn toggle(&mut self, other: LocalFlags)
[−]
Toggles the specified flags in-place.
pub fn set(&mut self, other: LocalFlags, value: bool)
[−]
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Binary for LocalFlags
[+]
impl BitAnd<LocalFlags> for LocalFlags
[+]
impl BitAndAssign<LocalFlags> for LocalFlags
[+]
impl BitOr<LocalFlags> for LocalFlags
[+]
impl BitOrAssign<LocalFlags> for LocalFlags
[+]
impl BitXor<LocalFlags> for LocalFlags
[+]
impl BitXorAssign<LocalFlags> for LocalFlags
[+]
impl Clone for LocalFlags
[+]
impl Copy for LocalFlags
impl Debug for LocalFlags
[+]
impl Eq for LocalFlags
impl Extend<LocalFlags> for LocalFlags
[+]
impl FromIterator<LocalFlags> for LocalFlags
[+]
impl Hash for LocalFlags
[+]
impl LowerHex for LocalFlags
[+]
impl Not for LocalFlags
[+]
impl Octal for LocalFlags
[+]
impl Ord for LocalFlags
[+]
impl PartialEq<LocalFlags> for LocalFlags
[+]
impl PartialOrd<LocalFlags> for LocalFlags
[+]
impl StructuralEq for LocalFlags
impl StructuralPartialEq for LocalFlags
impl Sub<LocalFlags> for LocalFlags
[+]
impl SubAssign<LocalFlags> for LocalFlags
[+]
impl UpperHex for LocalFlags
[+]
Auto Trait Implementations
impl RefUnwindSafe for LocalFlags
impl Send for LocalFlags
impl Sync for LocalFlags
impl Unpin for LocalFlags
impl UnwindSafe for LocalFlags
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>,