Enum ttf_parser::morx::SubtableKind
source · pub enum SubtableKind<'a> {
Rearrangement(ExtendedStateTable<'a, ()>),
Contextual(ContextualSubtable<'a>),
Ligature(LigatureSubtable<'a>),
NonContextual(Lookup<'a>),
Insertion(InsertionSubtable<'a>),
}Expand description
A subtable kind.
Variants§
Rearrangement(ExtendedStateTable<'a, ()>)
Contextual(ContextualSubtable<'a>)
Ligature(LigatureSubtable<'a>)
NonContextual(Lookup<'a>)
Insertion(InsertionSubtable<'a>)
Trait Implementations§
source§impl<'a> Clone for SubtableKind<'a>
impl<'a> Clone for SubtableKind<'a>
source§fn clone(&self) -> SubtableKind<'a>
fn clone(&self) -> SubtableKind<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more