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