Enum owned_ttf_parser::kern::Format
source · pub enum Format<'a> {
Format0(Subtable0<'a>),
Format1(StateTable<'a>),
Format2(Subtable2<'a>),
Format3(Subtable3<'a>),
}
Expand description
A kerning subtable format.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Format<'a>
impl<'a> RefUnwindSafe for Format<'a>
impl<'a> Send for Format<'a>
impl<'a> Sync for Format<'a>
impl<'a> Unpin for Format<'a>
impl<'a> UnwindSafe for Format<'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