#[repr(C)]pub struct SkFontParameters_Variation_Axis {
pub tag: SkFourByteTag,
pub min: f32,
pub def: f32,
pub max: f32,
pub flags: u16,
}
Fields§
§tag: SkFourByteTag
§min: f32
§def: f32
§max: f32
§flags: u16
Trait Implementations§
source§impl Clone for SkFontParameters_Variation_Axis
impl Clone for SkFontParameters_Variation_Axis
source§fn clone(&self) -> SkFontParameters_Variation_Axis
fn clone(&self) -> SkFontParameters_Variation_Axis
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 SkFontParameters_Variation_Axis
Auto Trait Implementations§
impl RefUnwindSafe for SkFontParameters_Variation_Axis
impl Send for SkFontParameters_Variation_Axis
impl Sync for SkFontParameters_Variation_Axis
impl Unpin for SkFontParameters_Variation_Axis
impl UnwindSafe for SkFontParameters_Variation_Axis
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