Struct ttf_parser::TableRecord
source · Expand description
A raw table record.
Fields§
§tag: Tag§check_sum: u32§offset: u32§length: u32Trait Implementations§
source§impl Clone for TableRecord
impl Clone for TableRecord
source§fn clone(&self) -> TableRecord
fn clone(&self) -> TableRecord
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