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