Struct ttf_parser::morx::InsertionEntryData
source · Expand description
A contextual subtable state table trailing data.
Fields§
§current_insert_index: u16A current insert index.
marked_insert_index: u16A marked insert index.
Trait Implementations§
source§impl Clone for InsertionEntryData
impl Clone for InsertionEntryData
source§fn clone(&self) -> InsertionEntryData
fn clone(&self) -> InsertionEntryData
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