Struct ttf_parser::kern::Subtable2
source · pub struct Subtable2<'a> {
data: &'a [u8],
header_len: u8,
}
Expand description
A format 2 subtable.
Simple n x m Array of Kerning Values.
Fields§
§data: &'a [u8]
§header_len: u8
Implementations§
Trait Implementations§
impl<'a> Copy for Subtable2<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtable2<'a>
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§
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