pub struct AxisValueSubtableFormat4<'a> {
    pub flags: AxisValueFlags,
    pub value_name_id: u16,
    pub values: LazyArray16<'a, AxisValue>,
}Expand description
Axis value subtable format 4.
Fields§
§flags: AxisValueFlagsFlags for AxisValueSubtable.
value_name_id: u16The name ID of the display string.
values: LazyArray16<'a, AxisValue>List of axis-value pairings.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for AxisValueSubtableFormat4<'a>
 
impl<'a> Clone for AxisValueSubtableFormat4<'a>
Source§fn clone(&self) -> AxisValueSubtableFormat4<'a>
 
fn clone(&self) -> AxisValueSubtableFormat4<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl<'a> Debug for AxisValueSubtableFormat4<'a>
 
impl<'a> Debug for AxisValueSubtableFormat4<'a>
impl<'a> Copy for AxisValueSubtableFormat4<'a>
Auto Trait Implementations§
impl<'a> Freeze for AxisValueSubtableFormat4<'a>
impl<'a> RefUnwindSafe for AxisValueSubtableFormat4<'a>
impl<'a> Send for AxisValueSubtableFormat4<'a>
impl<'a> Sync for AxisValueSubtableFormat4<'a>
impl<'a> Unpin for AxisValueSubtableFormat4<'a>
impl<'a> UnwindSafe for AxisValueSubtableFormat4<'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