Struct read_fonts::tables::variations::DeltaSetIndex
source · pub struct DeltaSetIndex {
pub outer: u16,
pub inner: u16,
}Expand description
Outer and inner indices for reading from an ItemVariationStore.
Fields§
§outer: u16Outer delta set index.
inner: u16Inner delta set index.
Trait Implementations§
source§impl Clone for DeltaSetIndex
impl Clone for DeltaSetIndex
source§fn clone(&self) -> DeltaSetIndex
fn clone(&self) -> DeltaSetIndex
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