Struct owned_ttf_parser::stat::AxisValueSubtableFormat4
source · 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: AxisValueFlags
Flags for AxisValueSubtable
.
value_name_id: u16
The name ID of the display string.
values: LazyArray16<'a, AxisValue>
List of axis-value pairings.
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 copy 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