Struct ttf_parser::opentype_layout::SequenceRule
source · 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§
source§impl<'a> Clone for SequenceRule<'a>
impl<'a> Clone for SequenceRule<'a>
source§fn clone(&self) -> SequenceRule<'a>
fn clone(&self) -> SequenceRule<'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