Struct owned_ttf_parser::apple_layout::Lookup
source · pub struct Lookup<'a> {
data: LookupInner<'a>,
}
Expand description
A lookup table.
u32 values in Format10 tables will be truncated to u16. u64 values in Format10 tables are not supported.
Fields§
§data: LookupInner<'a>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Lookup<'a>
impl<'a> RefUnwindSafe for Lookup<'a>
impl<'a> Send for Lookup<'a>
impl<'a> Sync for Lookup<'a>
impl<'a> Unpin for Lookup<'a>
impl<'a> UnwindSafe for Lookup<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more