pub type SubstitutionSequenceContext<'a> = SequenceContext<'a>;
Expand description
A GSUB SequenceContext
Aliased Type§
enum SubstitutionSequenceContext<'a> {
Format1(TableRef<'a, SequenceContextFormat1Marker>),
Format2(TableRef<'a, SequenceContextFormat2Marker>),
Format3(TableRef<'a, SequenceContextFormat3Marker>),
}
Variants§
Format1(TableRef<'a, SequenceContextFormat1Marker>)
Format2(TableRef<'a, SequenceContextFormat2Marker>)
Format3(TableRef<'a, SequenceContextFormat3Marker>)
Implementations
Source§impl<'a> SequenceContext<'a>
impl<'a> SequenceContext<'a>
Trait Implementations
Source§impl<'a> Clone for SequenceContext<'a>
impl<'a> Clone for SequenceContext<'a>
Source§fn clone(&self) -> SequenceContext<'a>
fn clone(&self) -> SequenceContext<'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