pub struct Subtable6<'a> {
    data: &'a [u8],
    number_of_glyphs: NonZeroU16,
}Expand description
A format 6 subtable.
Simple Index-based n x m Array of Kerning Values.
Fields§
§data: &'a [u8]§number_of_glyphs: NonZeroU16Implementations§
Trait Implementations§
impl<'a> Copy for Subtable6<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtable6<'a>
impl<'a> RefUnwindSafe for Subtable6<'a>
impl<'a> Send for Subtable6<'a>
impl<'a> Sync for Subtable6<'a>
impl<'a> Unpin for Subtable6<'a>
impl<'a> UnwindSafe for Subtable6<'a>
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