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