Struct ttf_parser::cmap::Subtable12 [−][src]
pub struct Subtable12<'a> { /* fields omitted */ }
Expand description
A format 12 subtable.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable12<'a>
impl<'a> Send for Subtable12<'a>
impl<'a> Sync for Subtable12<'a>
impl<'a> Unpin for Subtable12<'a>
impl<'a> UnwindSafe for Subtable12<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more