Struct gmime_sys::GMimeFilterBestFlags [−]
Methods
impl GMimeFilterBestFlags
[−]
impl GMimeFilterBestFlags
pub const CHARSET: GMimeFilterBestFlags
CHARSET: GMimeFilterBestFlags = GMimeFilterBestFlags{bits: 1,}
pub const ENCODING: GMimeFilterBestFlags
ENCODING: GMimeFilterBestFlags = GMimeFilterBestFlags{bits: 2,}
pub fn empty() -> GMimeFilterBestFlags
[−]
pub fn empty() -> GMimeFilterBestFlags
Returns an empty set of flags.
pub fn all() -> GMimeFilterBestFlags
[−]
pub fn all() -> GMimeFilterBestFlags
Returns the set containing all flags.
pub fn bits(&self) -> c_uint
[−]
pub fn bits(&self) -> c_uint
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: c_uint) -> Option<GMimeFilterBestFlags>
[−]
pub fn from_bits(bits: c_uint) -> Option<GMimeFilterBestFlags>
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub fn from_bits_truncate(bits: c_uint) -> GMimeFilterBestFlags
[−]
pub fn from_bits_truncate(bits: c_uint) -> GMimeFilterBestFlags
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: GMimeFilterBestFlags) -> bool
[−]
pub fn intersects(&self, other: GMimeFilterBestFlags) -> bool
Returns true
if there are flags common to both self
and other
.
pub fn contains(&self, other: GMimeFilterBestFlags) -> bool
[−]
pub fn contains(&self, other: GMimeFilterBestFlags) -> bool
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: GMimeFilterBestFlags)
[−]
pub fn insert(&mut self, other: GMimeFilterBestFlags)
Inserts the specified flags in-place.
pub fn remove(&mut self, other: GMimeFilterBestFlags)
[−]
pub fn remove(&mut self, other: GMimeFilterBestFlags)
Removes the specified flags in-place.
pub fn toggle(&mut self, other: GMimeFilterBestFlags)
[−]
pub fn toggle(&mut self, other: GMimeFilterBestFlags)
Toggles the specified flags in-place.
pub fn set(&mut self, other: GMimeFilterBestFlags, value: bool)
[−]
pub fn set(&mut self, other: GMimeFilterBestFlags, value: bool)
Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Copy for GMimeFilterBestFlags
impl Copy for GMimeFilterBestFlags
impl PartialEq for GMimeFilterBestFlags
[+]
impl PartialEq for GMimeFilterBestFlags
impl Eq for GMimeFilterBestFlags
impl Eq for GMimeFilterBestFlags
impl Clone for GMimeFilterBestFlags
[+]
impl Clone for GMimeFilterBestFlags
impl PartialOrd for GMimeFilterBestFlags
[+]
impl PartialOrd for GMimeFilterBestFlags
impl Ord for GMimeFilterBestFlags
[+]
impl Ord for GMimeFilterBestFlags
impl Hash for GMimeFilterBestFlags
[+]
impl Hash for GMimeFilterBestFlags
impl Debug for GMimeFilterBestFlags
[+]
impl Debug for GMimeFilterBestFlags
impl Binary for GMimeFilterBestFlags
[+]
impl Binary for GMimeFilterBestFlags
impl Octal for GMimeFilterBestFlags
[+]
impl Octal for GMimeFilterBestFlags
impl LowerHex for GMimeFilterBestFlags
[+]
impl LowerHex for GMimeFilterBestFlags
impl UpperHex for GMimeFilterBestFlags
[+]
impl UpperHex for GMimeFilterBestFlags
impl BitOr for GMimeFilterBestFlags
[+]
impl BitOr for GMimeFilterBestFlags
impl BitOrAssign for GMimeFilterBestFlags
[+]
impl BitOrAssign for GMimeFilterBestFlags
impl BitXor for GMimeFilterBestFlags
[+]
impl BitXor for GMimeFilterBestFlags
impl BitXorAssign for GMimeFilterBestFlags
[+]
impl BitXorAssign for GMimeFilterBestFlags
impl BitAnd for GMimeFilterBestFlags
[+]
impl BitAnd for GMimeFilterBestFlags
impl BitAndAssign for GMimeFilterBestFlags
[+]
impl BitAndAssign for GMimeFilterBestFlags
impl Sub for GMimeFilterBestFlags
[+]
impl Sub for GMimeFilterBestFlags
impl SubAssign for GMimeFilterBestFlags
[+]
impl SubAssign for GMimeFilterBestFlags
impl Not for GMimeFilterBestFlags
[+]
impl Not for GMimeFilterBestFlags
impl Extend<GMimeFilterBestFlags> for GMimeFilterBestFlags
[+]
impl Extend<GMimeFilterBestFlags> for GMimeFilterBestFlags
impl FromIterator<GMimeFilterBestFlags> for GMimeFilterBestFlags
[+]
impl FromIterator<GMimeFilterBestFlags> for GMimeFilterBestFlags
Auto Trait Implementations
impl Send for GMimeFilterBestFlags
impl Send for GMimeFilterBestFlags
impl Sync for GMimeFilterBestFlags
impl Sync for GMimeFilterBestFlags