Enum read_fonts::tables::colr::Extend
source · #[repr(u8)]pub enum Extend {
Pad = 0,
Repeat = 1,
Reflect = 2,
// some variants omitted
}
Expand description
Extend enumeration
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Extend
impl Ord for Extend
source§impl PartialEq for Extend
impl PartialEq for Extend
source§impl PartialOrd for Extend
impl PartialOrd for Extend
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Extend
impl Eq for Extend
impl StructuralPartialEq for Extend
Auto Trait Implementations§
impl Freeze for Extend
impl RefUnwindSafe for Extend
impl Send for Extend
impl Sync for Extend
impl Unpin for Extend
impl UnwindSafe for Extend
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
Mutably borrows from an owned value. Read more
source§impl<T> FixedSize for Twhere
T: Scalar,
impl<T> FixedSize for Twhere
T: Scalar,
source§const RAW_BYTE_LEN: usize = _
const RAW_BYTE_LEN: usize = _
The raw size of this type, in bytes. Read more