pub struct Subtable4<'a> {
pub state_table: ExtendedStateTable<'a, BigEndian<u16>>,
pub flags: u32,
pub actions: Subtable4Actions<'a>,
}
Expand description
The type 4 kerx
subtable.
Fields§
§state_table: ExtendedStateTable<'a, BigEndian<u16>>
§flags: u32
Flags for control point positioning.
actions: Subtable4Actions<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Subtable4<'a>
impl<'a> RefUnwindSafe for Subtable4<'a>
impl<'a> Send for Subtable4<'a>
impl<'a> Sync for Subtable4<'a>
impl<'a> Unpin for Subtable4<'a>
impl<'a> UnwindSafe for Subtable4<'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