Struct skia_safe::font_parameters::variation::Axis
source · #[repr(C)]pub struct Axis {
pub tag: FourByteTag,
pub min: f32,
pub def: f32,
pub max: f32,
/* private fields */
}
Fields§
§tag: FourByteTag
§min: f32
§def: f32
§max: f32
Implementations§
Trait Implementations§
source§impl PartialEq<Axis> for Axis
impl PartialEq<Axis> for Axis
impl StructuralPartialEq for Axis
Auto Trait Implementations§
impl RefUnwindSafe for Axis
impl Send for Axis
impl Sync for Axis
impl Unpin for Axis
impl UnwindSafe for 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