Struct read_fonts::tables::aat::TypedLookup
source · pub struct TypedLookup<'a, T> { /* private fields */ }
Implementations§
source§impl<'a, T: LookupValue> TypedLookup<'a, T>
impl<'a, T: LookupValue> TypedLookup<'a, T>
Trait Implementations§
source§impl<'a, T> FontRead<'a> for TypedLookup<'a, T>
impl<'a, T> FontRead<'a> for TypedLookup<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for TypedLookup<'a, T>
impl<'a, T> RefUnwindSafe for TypedLookup<'a, T>
impl<'a, T> Send for TypedLookup<'a, T>
impl<'a, T> Sync for TypedLookup<'a, T>
impl<'a, T> Unpin for TypedLookup<'a, T>
impl<'a, T> UnwindSafe for TypedLookup<'a, T>
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