Struct ttf_parser::kern::Subtable2
source · [−]pub struct Subtable2<'a> { /* private fields */ }
Expand description
A format 2 subtable.
Simple n x m Array of Kerning Values.
Implementations
Trait Implementations
impl<'a> Copy for Subtable2<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable2<'a>
impl<'a> Send for Subtable2<'a>
impl<'a> Sync for Subtable2<'a>
impl<'a> Unpin for Subtable2<'a>
impl<'a> UnwindSafe for Subtable2<'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