Struct ttf_parser::kerx::Subtable6
source · [−]pub struct Subtable6<'a> { /* private fields */ }
Expand description
A format 6 subtable.
Simple Index-based n x m Array of Kerning Values.
Implementations
Trait Implementations
impl<'a> Copy for Subtable6<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more