pub struct U16Or24(/* private fields */);
Implementations§
Trait Implementations§
Source§impl ComputeSize for U16Or24
impl ComputeSize for U16Or24
Source§fn compute_size(flags: &GlyphKeyedFlags) -> Result<usize, ReadError>
fn compute_size(flags: &GlyphKeyedFlags) -> Result<usize, ReadError>
Compute the number of bytes required to represent this type.
Source§impl FontReadWithArgs<'_> for U16Or24
impl FontReadWithArgs<'_> for U16Or24
impl Copy for U16Or24
impl Eq for U16Or24
impl StructuralPartialEq for U16Or24
Auto Trait Implementations§
impl Freeze for U16Or24
impl RefUnwindSafe for U16Or24
impl Send for U16Or24
impl Sync for U16Or24
impl Unpin for U16Or24
impl UnwindSafe for U16Or24
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