Struct owned_ttf_parser::kern::Subtable0
source · pub struct Subtable0<'a> {
pub pairs: LazyArray16<'a, KerningPair>,
}
Expand description
A format 0 subtable.
Ordered List of Kerning Pairs.
Fields§
§pairs: LazyArray16<'a, KerningPair>
A list of kerning pairs.
Implementations§
Trait Implementations§
impl<'a> Copy for Subtable0<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subtable0<'a>
impl<'a> RefUnwindSafe for Subtable0<'a>
impl<'a> Send for Subtable0<'a>
impl<'a> Sync for Subtable0<'a>
impl<'a> Unpin for Subtable0<'a>
impl<'a> UnwindSafe for Subtable0<'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