Enum ttf_parser::gpos::SingleAdjustment
source · pub enum SingleAdjustment<'a> {
Format1 {
coverage: Coverage<'a>,
value: ValueRecord<'a>,
},
Format2 {
coverage: Coverage<'a>,
values: ValueRecordsArray<'a>,
},
}Expand description
Variants§
Implementations§
Trait Implementations§
source§impl<'a> Clone for SingleAdjustment<'a>
impl<'a> Clone for SingleAdjustment<'a>
source§fn clone(&self) -> SingleAdjustment<'a>
fn clone(&self) -> SingleAdjustment<'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