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