Enum owned_ttf_parser::kern::Format [−][src]
pub enum Format<'a> {
Format0(Subtable0<'a>),
Format1(StateTable<'a>),
Format2(Subtable2<'a>),
Format3(Subtable3<'a>),
}
Expand description
A kerning subtable format.
Variants
Format0(Subtable0<'a>)
Tuple Fields
0: Subtable0<'a>
Format1(StateTable<'a>)
Tuple Fields
0: StateTable<'a>
Format2(Subtable2<'a>)
Tuple Fields
0: Subtable2<'a>
Format3(Subtable3<'a>)
Tuple Fields
0: Subtable3<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Format<'a>
impl<'a> UnwindSafe for Format<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more