Struct owned_ttf_parser::apple_layout::Lookup [−][src]
pub struct Lookup<'a> { /* fields omitted */ }
Expand description
A lookup table.
u32 values in Format10 tables will be truncated to u16. u64 values in Format10 tables are not supported.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Lookup<'a>
impl<'a> UnwindSafe for Lookup<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more