pub enum SubtableKind {
Show 20 variants
SingleSubst1,
SingleSubst2,
MultipleSubst1,
AlternateSubst1,
LigatureSubst1,
SinglePos1,
SinglePos2,
PairPos1,
PairPos2,
CursivePos1,
MarkBasePos1,
MarkMarkPos1,
MarkLigPos1,
ContextFormat1,
ContextFormat2,
ContextFormat3,
ChainedContextFormat1,
ChainedContextFormat2,
ChainedContextFormat3,
ReverseChainContext,
}Expand description
All possible subtables in a lookup.
Variants§
SingleSubst1
SingleSubst2
MultipleSubst1
AlternateSubst1
LigatureSubst1
SinglePos1
SinglePos2
PairPos1
PairPos2
CursivePos1
MarkBasePos1
MarkMarkPos1
MarkLigPos1
ContextFormat1
ContextFormat2
ContextFormat3
ChainedContextFormat1
ChainedContextFormat2
ChainedContextFormat3
ReverseChainContext
Trait Implementations§
Source§impl Clone for SubtableKind
impl Clone for SubtableKind
Source§fn clone(&self) -> SubtableKind
fn clone(&self) -> SubtableKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubtableKind
impl Debug for SubtableKind
Source§impl PartialEq for SubtableKind
impl PartialEq for SubtableKind
Source§fn eq(&self, other: &SubtableKind) -> bool
fn eq(&self, other: &SubtableKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SubtableKind
impl Eq for SubtableKind
impl StructuralPartialEq for SubtableKind
Auto Trait Implementations§
impl Freeze for SubtableKind
impl RefUnwindSafe for SubtableKind
impl Send for SubtableKind
impl Sync for SubtableKind
impl Unpin for SubtableKind
impl UnsafeUnpin for SubtableKind
impl UnwindSafe for SubtableKind
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