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