#[repr(C)]pub struct SkFontArguments_VariationPosition_Coordinate {
pub axis: SkFourByteTag,
pub value: f32,
}
Fields§
§axis: SkFourByteTag
§value: f32
Trait Implementations§
source§impl Clone for SkFontArguments_VariationPosition_Coordinate
impl Clone for SkFontArguments_VariationPosition_Coordinate
source§fn clone(&self) -> SkFontArguments_VariationPosition_Coordinate
fn clone(&self) -> SkFontArguments_VariationPosition_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 moreimpl Copy for SkFontArguments_VariationPosition_Coordinate
Auto Trait Implementations§
impl RefUnwindSafe for SkFontArguments_VariationPosition_Coordinate
impl Send for SkFontArguments_VariationPosition_Coordinate
impl Sync for SkFontArguments_VariationPosition_Coordinate
impl Unpin for SkFontArguments_VariationPosition_Coordinate
impl UnwindSafe for SkFontArguments_VariationPosition_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