Struct owned_ttf_parser::kerx::Subtable6
source · pub struct Subtable6<'a> {
data: &'a [u8],
number_of_glyphs: NonZero<u16>,
}
Expand description
A format 6 subtable.
Simple Index-based n x m Array of Kerning Values.
Fields§
§data: &'a [u8]
§number_of_glyphs: NonZero<u16>
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