Struct ttf_parser::opentype_layout::ChainedSequenceRule [−][src]
pub struct ChainedSequenceRule<'a> {
pub backtrack: LazyArray16<'a, u16>,
pub input: LazyArray16<'a, u16>,
pub lookahead: LazyArray16<'a, u16>,
pub lookups: LazyArray16<'a, SequenceLookupRecord>,
}
Expand description
Fields
backtrack: LazyArray16<'a, u16>
Contains either glyph IDs or glyph Classes.
input: LazyArray16<'a, u16>
lookahead: LazyArray16<'a, u16>
Contains either glyph IDs or glyph Classes.
lookups: LazyArray16<'a, SequenceLookupRecord>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ChainedSequenceRule<'a>
impl<'a> Send for ChainedSequenceRule<'a>
impl<'a> Sync for ChainedSequenceRule<'a>
impl<'a> Unpin for ChainedSequenceRule<'a>
impl<'a> UnwindSafe for ChainedSequenceRule<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more