pub enum ClassDefinition<'a> {
Format1 {
start: GlyphId,
classes: LazyArray16<'a, Class>,
},
Format2 {
records: LazyArray16<'a, RangeRecord>,
},
}Expand description
Variants§
Implementations§
Trait Implementations§
source§impl<'a> Clone for ClassDefinition<'a>
impl<'a> Clone for ClassDefinition<'a>
source§fn clone(&self) -> ClassDefinition<'a>
fn clone(&self) -> ClassDefinition<'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