Struct ttf_parser::opentype_layout::SequenceRule [−][src]
pub struct SequenceRule<'a> {
pub input: LazyArray16<'a, u16>,
pub lookups: LazyArray16<'a, SequenceLookupRecord>,
}
Expand description
A sequence rule.
Fields
input: LazyArray16<'a, u16>
lookups: LazyArray16<'a, SequenceLookupRecord>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SequenceRule<'a>
impl<'a> Send for SequenceRule<'a>
impl<'a> Sync for SequenceRule<'a>
impl<'a> Unpin for SequenceRule<'a>
impl<'a> UnwindSafe for SequenceRule<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more