Struct skia_safe::font_arguments::variation_position::Coordinate
source · #[repr(C)]pub struct Coordinate {
pub axis: FourByteTag,
pub value: f32,
}
Fields§
§axis: FourByteTag
§value: f32
Trait Implementations§
source§impl Clone for Coordinate
impl Clone for Coordinate
source§fn clone(&self) -> Coordinate
fn clone(&self) -> Coordinate
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 Coordinate
impl Debug for Coordinate
source§impl Default for Coordinate
impl Default for Coordinate
source§fn default() -> Coordinate
fn default() -> Coordinate
Returns the “default value” for a type. Read more
source§impl PartialEq<Coordinate> for Coordinate
impl PartialEq<Coordinate> for Coordinate
source§fn eq(&self, other: &Coordinate) -> bool
fn eq(&self, other: &Coordinate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Coordinate
impl StructuralPartialEq for Coordinate
Auto Trait Implementations§
impl RefUnwindSafe for Coordinate
impl Send for Coordinate
impl Sync for Coordinate
impl Unpin for Coordinate
impl UnwindSafe for Coordinate
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