Struct read_fonts::tables::cpal::PaletteType
source · pub struct PaletteType { /* private fields */ }
Expand description
The PaletteType flags.
Implementations§
source§impl PaletteType
impl PaletteType
sourcepub const USABLE_WITH_LIGHT_BACKGROUND: Self = _
pub const USABLE_WITH_LIGHT_BACKGROUND: Self = _
Bit 0: palette is appropriate to use when displaying the font on a light background such as white.
sourcepub const USABLE_WITH_DARK_BACKGROUND: Self = _
pub const USABLE_WITH_DARK_BACKGROUND: Self = _
Bit 1: palette is appropriate to use when displaying the font on a dark background such as black.
source§impl PaletteType
impl PaletteType
sourcepub const fn from_bits(bits: u32) -> Option<Self>
pub const fn from_bits(bits: u32) -> Option<Self>
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
sourcepub const fn from_bits_truncate(bits: u32) -> Self
pub const fn from_bits_truncate(bits: u32) -> Self
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
sourcepub const fn intersects(&self, other: Self) -> bool
pub const fn intersects(&self, other: Self) -> bool
Returns true
if there are flags common to both self
and other
.
sourcepub const fn contains(&self, other: Self) -> bool
pub const fn contains(&self, other: Self) -> bool
Returns true
if all of the flags in other
are contained within self
.
sourcepub const fn intersection(self, other: Self) -> Self
pub const fn intersection(self, other: Self) -> Self
Returns the intersection between the flags in self
and
other
.
Specifically, the returned set contains only the flags which are
present in both self
and other
.
This is equivalent to using the &
operator (e.g.
ops::BitAnd
), as in flags & other
.
sourcepub const fn union(self, other: Self) -> Self
pub const fn union(self, other: Self) -> Self
Returns the union of between the flags in self
and other
.
Specifically, the returned set contains all flags which are
present in either self
or other
, including any which are
present in both.
This is equivalent to using the |
operator (e.g.
ops::BitOr
), as in flags | other
.
sourcepub const fn difference(self, other: Self) -> Self
pub const fn difference(self, other: Self) -> Self
Returns the difference between the flags in self
and other
.
Specifically, the returned set contains all flags present in
self
, except for the ones present in other
.
It is also conceptually equivalent to the “bit-clear” operation:
flags & !other
(and this syntax is also supported).
This is equivalent to using the -
operator (e.g.
ops::Sub
), as in flags - other
.
Trait Implementations§
source§impl Binary for PaletteType
impl Binary for PaletteType
source§impl BitAnd for PaletteType
impl BitAnd for PaletteType
source§impl BitAndAssign for PaletteType
impl BitAndAssign for PaletteType
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Disables all flags disabled in the set.
source§impl BitOr for PaletteType
impl BitOr for PaletteType
source§fn bitor(self, other: PaletteType) -> Self
fn bitor(self, other: PaletteType) -> Self
Returns the union of the two sets of flags.
source§type Output = PaletteType
type Output = PaletteType
|
operator.source§impl BitOrAssign for PaletteType
impl BitOrAssign for PaletteType
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Adds the set of flags.
source§impl BitXor for PaletteType
impl BitXor for PaletteType
source§impl BitXorAssign for PaletteType
impl BitXorAssign for PaletteType
source§fn bitxor_assign(&mut self, other: Self)
fn bitxor_assign(&mut self, other: Self)
Toggles the set of flags.
source§impl Clone for PaletteType
impl Clone for PaletteType
source§fn clone(&self) -> PaletteType
fn clone(&self) -> PaletteType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PaletteType
impl Debug for PaletteType
source§impl Default for PaletteType
impl Default for PaletteType
source§fn default() -> PaletteType
fn default() -> PaletteType
source§impl<'a> From<PaletteType> for FieldType<'a>
impl<'a> From<PaletteType> for FieldType<'a>
source§fn from(src: PaletteType) -> FieldType<'a>
fn from(src: PaletteType) -> FieldType<'a>
source§impl Hash for PaletteType
impl Hash for PaletteType
source§impl LowerHex for PaletteType
impl LowerHex for PaletteType
source§impl Not for PaletteType
impl Not for PaletteType
source§impl Octal for PaletteType
impl Octal for PaletteType
source§impl Ord for PaletteType
impl Ord for PaletteType
source§fn cmp(&self, other: &PaletteType) -> Ordering
fn cmp(&self, other: &PaletteType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for PaletteType
impl PartialEq for PaletteType
source§impl PartialOrd for PaletteType
impl PartialOrd for PaletteType
source§impl Scalar for PaletteType
impl Scalar for PaletteType
source§impl Sub for PaletteType
impl Sub for PaletteType
source§impl SubAssign for PaletteType
impl SubAssign for PaletteType
source§fn sub_assign(&mut self, other: Self)
fn sub_assign(&mut self, other: Self)
Disables all flags enabled in the set.
source§impl UpperHex for PaletteType
impl UpperHex for PaletteType
impl AnyBitPattern for PaletteType
impl Copy for PaletteType
impl Eq for PaletteType
impl StructuralPartialEq for PaletteType
Auto Trait Implementations§
impl Freeze for PaletteType
impl RefUnwindSafe for PaletteType
impl Send for PaletteType
impl Sync for PaletteType
impl Unpin for PaletteType
impl UnwindSafe for PaletteType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
source§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
bits
as &Self
.source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)