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
sourceimpl<'a> Clone for SubtableKind<'a>
impl<'a> Clone for SubtableKind<'a>
sourcefn clone(&self) -> SubtableKind<'a>
fn clone(&self) -> SubtableKind<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for SubtableKind<'a>
impl<'a> Send for SubtableKind<'a>
impl<'a> Sync for SubtableKind<'a>
impl<'a> Unpin for SubtableKind<'a>
impl<'a> UnwindSafe for SubtableKind<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more