Struct ttf_parser::cmap::Subtable12
source · pub struct Subtable12<'a> { /* private fields */ }Expand description
A format 12 subtable.
Implementations§
source§impl<'a> Subtable12<'a>
impl<'a> Subtable12<'a>
Trait Implementations§
source§impl<'a> Clone for Subtable12<'a>
impl<'a> Clone for Subtable12<'a>
source§fn clone(&self) -> Subtable12<'a>
fn clone(&self) -> Subtable12<'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