Enum read_fonts::tables::aat::Lookup
source · pub enum Lookup<'a> {
Format0(Lookup0<'a>),
Format2(Lookup2<'a>),
Format4(Lookup4<'a>),
Format6(Lookup6<'a>),
Format8(Lookup8<'a>),
Format10(Lookup10<'a>),
}
Expand description
Lookup tables provide a way of looking up information about a glyph index. The different cmap subtable formats.
Variants§
Format0(Lookup0<'a>)
Format2(Lookup2<'a>)
Format4(Lookup4<'a>)
Format6(Lookup6<'a>)
Format8(Lookup8<'a>)
Format10(Lookup10<'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
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
)