Struct ttf_parser::math::MathValue
source · [−]Expand description
A Math Value with optional device corrections.
Fields
value: i16
The X or Y value in font design units.
device: Option<Device<'a>>
Device corrections for this value.
Trait Implementations
impl<'a> Copy for MathValue<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for MathValue<'a>
impl<'a> Send for MathValue<'a>
impl<'a> Sync for MathValue<'a>
impl<'a> Unpin for MathValue<'a>
impl<'a> UnwindSafe for MathValue<'a>
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