Struct owned_ttf_parser::avar::AxisValueMap
source · pub struct AxisValueMap {
pub from_coordinate: i16,
pub to_coordinate: i16,
}
Expand description
An axis value map.
Fields§
§from_coordinate: i16
A normalized coordinate value obtained using default normalization.
to_coordinate: i16
The modified, normalized coordinate value.
Trait Implementations§
source§impl Clone for AxisValueMap
impl Clone for AxisValueMap
source§fn clone(&self) -> AxisValueMap
fn clone(&self) -> AxisValueMap
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 Debug for AxisValueMap
impl Debug for AxisValueMap
source§impl FromData for AxisValueMap
impl FromData for AxisValueMap
impl Copy for AxisValueMap
Auto Trait Implementations§
impl Freeze for AxisValueMap
impl RefUnwindSafe for AxisValueMap
impl Send for AxisValueMap
impl Sync for AxisValueMap
impl Unpin for AxisValueMap
impl UnwindSafe for AxisValueMap
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