Struct gmime::IOCondition [−]
Methods
impl IOCondition
[−]
impl IOCondition
pub const IN: IOCondition
IN: IOCondition = IOCondition{bits: 1,}
pub const OUT: IOCondition
OUT: IOCondition = IOCondition{bits: 4,}
pub const PRI: IOCondition
PRI: IOCondition = IOCondition{bits: 2,}
pub const ERR: IOCondition
ERR: IOCondition = IOCondition{bits: 8,}
pub const HUP: IOCondition
HUP: IOCondition = IOCondition{bits: 16,}
pub const NVAL: IOCondition
NVAL: IOCondition = IOCondition{bits: 32,}
pub fn empty() -> IOCondition
[−]
pub fn empty() -> IOCondition
Returns an empty set of flags.
pub fn all() -> IOCondition
[−]
pub fn all() -> IOCondition
Returns the set containing all flags.
pub fn bits(&self) -> u32
[−]
pub fn bits(&self) -> u32
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<IOCondition>
[−]
pub fn from_bits(bits: u32) -> Option<IOCondition>
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub fn from_bits_truncate(bits: u32) -> IOCondition
[−]
pub fn from_bits_truncate(bits: u32) -> IOCondition
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub fn is_empty(&self) -> bool
[−]
pub fn is_empty(&self) -> bool
Returns true
if no flags are currently stored.
pub fn is_all(&self) -> bool
[−]
pub fn is_all(&self) -> bool
Returns true
if all flags are currently set.
pub fn intersects(&self, other: IOCondition) -> bool
[−]
pub fn intersects(&self, other: IOCondition) -> bool
Returns true
if there are flags common to both self
and other
.
pub fn contains(&self, other: IOCondition) -> bool
[−]
pub fn contains(&self, other: IOCondition) -> bool
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: IOCondition)
[−]
pub fn insert(&mut self, other: IOCondition)
Inserts the specified flags in-place.
pub fn remove(&mut self, other: IOCondition)
[−]
pub fn remove(&mut self, other: IOCondition)
Removes the specified flags in-place.
pub fn toggle(&mut self, other: IOCondition)
[−]
pub fn toggle(&mut self, other: IOCondition)
Toggles the specified flags in-place.
pub fn set(&mut self, other: IOCondition, value: bool)
[−]
pub fn set(&mut self, other: IOCondition, value: bool)
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Hash for IOCondition
[+]
impl Hash for IOCondition
impl BitAnd<IOCondition> for IOCondition
[+]
impl BitAnd<IOCondition> for IOCondition
impl SetValue for IOCondition
[+]
impl SetValue for IOCondition
impl<'a> FromValueOptional<'a> for IOCondition
[+]
impl<'a> FromValueOptional<'a> for IOCondition
impl Octal for IOCondition
[+]
impl Octal for IOCondition
impl UpperHex for IOCondition
[+]
impl UpperHex for IOCondition
impl PartialEq<IOCondition> for IOCondition
[+]
impl PartialEq<IOCondition> for IOCondition
impl Extend<IOCondition> for IOCondition
[+]
impl Extend<IOCondition> for IOCondition
impl Eq for IOCondition
impl Eq for IOCondition
impl Copy for IOCondition
impl Copy for IOCondition
impl Not for IOCondition
[+]
impl Not for IOCondition
impl Ord for IOCondition
[+]
impl Ord for IOCondition
impl BitXor<IOCondition> for IOCondition
[+]
impl BitXor<IOCondition> for IOCondition
impl PartialOrd<IOCondition> for IOCondition
[+]
impl PartialOrd<IOCondition> for IOCondition
impl Clone for IOCondition
[+]
impl Clone for IOCondition
impl Debug for IOCondition
[+]
impl Debug for IOCondition
impl Sub<IOCondition> for IOCondition
[+]
impl Sub<IOCondition> for IOCondition
impl Binary for IOCondition
[+]
impl Binary for IOCondition
impl FromIterator<IOCondition> for IOCondition
[+]
impl FromIterator<IOCondition> for IOCondition
impl SubAssign<IOCondition> for IOCondition
[+]
impl SubAssign<IOCondition> for IOCondition
impl<'a> FromValue<'a> for IOCondition
[+]
impl<'a> FromValue<'a> for IOCondition
impl BitOr<IOCondition> for IOCondition
[+]
impl BitOr<IOCondition> for IOCondition
impl BitAndAssign<IOCondition> for IOCondition
[+]
impl BitAndAssign<IOCondition> for IOCondition
impl BitOrAssign<IOCondition> for IOCondition
[+]
impl BitOrAssign<IOCondition> for IOCondition
impl BitXorAssign<IOCondition> for IOCondition
[+]
impl BitXorAssign<IOCondition> for IOCondition
impl StaticType for IOCondition
[+]
impl StaticType for IOCondition
impl LowerHex for IOCondition
[+]
impl LowerHex for IOCondition
Auto Trait Implementations
impl Send for IOCondition
impl Send for IOCondition
impl Sync for IOCondition
impl Sync for IOCondition