Struct ttf_parser::avar::AxisValueMap
source · [−]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
sourceimpl Clone for AxisValueMap
impl Clone for AxisValueMap
sourcefn clone(&self) -> AxisValueMap
fn clone(&self) -> AxisValueMap
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AxisValueMap
impl Debug for AxisValueMap
sourceimpl FromData for AxisValueMap
impl FromData for AxisValueMap
impl Copy for AxisValueMap
Auto Trait Implementations
impl RefUnwindSafe for AxisValueMap
impl Send for AxisValueMap
impl Sync for AxisValueMap
impl Unpin for AxisValueMap
impl UnwindSafe for AxisValueMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more