Struct ttf_parser::tables::gvar::PointAndDelta
source · struct PointAndDelta {
x: i16,
y: i16,
x_delta: f32,
y_delta: f32,
}
Fields§
§x: i16
§y: i16
§x_delta: f32
§y_delta: f32
Trait Implementations§
source§impl Clone for PointAndDelta
impl Clone for PointAndDelta
source§fn clone(&self) -> PointAndDelta
fn clone(&self) -> PointAndDelta
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 PointAndDelta
impl Debug for PointAndDelta
source§impl Default for PointAndDelta
impl Default for PointAndDelta
source§fn default() -> PointAndDelta
fn default() -> PointAndDelta
Returns the “default value” for a type. Read more
impl Copy for PointAndDelta
Auto Trait Implementations§
impl Freeze for PointAndDelta
impl RefUnwindSafe for PointAndDelta
impl Send for PointAndDelta
impl Sync for PointAndDelta
impl Unpin for PointAndDelta
impl UnwindSafe for PointAndDelta
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