pub struct Subtable1<'a> {
pub state_table: ExtendedStateTable<'a, BigEndian<u16>>,
pub values: &'a [BigEndian<i16>],
}
Expand description
The type 1 kerx
subtable.
Fields§
§state_table: ExtendedStateTable<'a, BigEndian<u16>>
§values: &'a [BigEndian<i16>]
Contains the set of kerning values, one for each state.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Subtable1<'a>
impl<'a> RefUnwindSafe for Subtable1<'a>
impl<'a> Send for Subtable1<'a>
impl<'a> Sync for Subtable1<'a>
impl<'a> Unpin for Subtable1<'a>
impl<'a> UnwindSafe for Subtable1<'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