Struct font_types::UfWord
source · pub struct UfWord(/* private fields */);
Expand description
16-bit unsigned quantity in font design units.
Implementations§
Trait Implementations§
source§impl Ord for UfWord
impl Ord for UfWord
source§impl PartialEq for UfWord
impl PartialEq for UfWord
source§impl PartialOrd for UfWord
impl PartialOrd for UfWord
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 UfWord
impl Eq for UfWord
impl StructuralPartialEq for UfWord
Auto Trait Implementations§
impl Freeze for UfWord
impl RefUnwindSafe for UfWord
impl Send for UfWord
impl Sync for UfWord
impl Unpin for UfWord
impl UnwindSafe for UfWord
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 = std::mem::size_of::<T::Raw>();
const RAW_BYTE_LEN: usize = const RAW_BYTE_LEN: usize = std::mem::size_of::<T::Raw>();
The raw size of this type, in bytes. Read more