Struct ttf_parser::apple_layout::Lookup
source · pub struct Lookup<'a> { /* private fields */ }
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> 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)