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