#[repr(C)]pub struct SkFontArguments_VariationPosition {
pub coordinates: *const SkFontArguments_VariationPosition_Coordinate,
pub coordinateCount: c_int,
}
Fields§
§coordinates: *const SkFontArguments_VariationPosition_Coordinate
§coordinateCount: c_int
Trait Implementations§
source§impl Clone for SkFontArguments_VariationPosition
impl Clone for SkFontArguments_VariationPosition
source§fn clone(&self) -> SkFontArguments_VariationPosition
fn clone(&self) -> SkFontArguments_VariationPosition
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
Auto Trait Implementations§
impl RefUnwindSafe for SkFontArguments_VariationPosition
impl !Send for SkFontArguments_VariationPosition
impl !Sync for SkFontArguments_VariationPosition
impl Unpin for SkFontArguments_VariationPosition
impl UnwindSafe for SkFontArguments_VariationPosition
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