pub struct Subtable6<'a> {
    pub first_code_point: u16,
    pub glyphs: LazyArray16<'a, GlyphId>,
}Expand description
A format 6 subtable.
Fields§
§first_code_point: u16First character code of subrange.
glyphs: LazyArray16<'a, GlyphId>Array of glyph indexes for character codes in the range.
Implementations§
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