Struct tiny_skia_path::path_geometry::CubicCoeff
source · pub struct CubicCoeff {
pub a: f32x2,
pub b: f32x2,
pub c: f32x2,
pub d: f32x2,
}Fields§
§a: f32x2§b: f32x2§c: f32x2§d: f32x2Implementations§
Trait Implementations§
source§impl Clone for CubicCoeff
impl Clone for CubicCoeff
source§fn clone(&self) -> CubicCoeff
fn clone(&self) -> CubicCoeff
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 CubicCoeff
impl Debug for CubicCoeff
source§impl Default for CubicCoeff
impl Default for CubicCoeff
source§fn default() -> CubicCoeff
fn default() -> CubicCoeff
Returns the “default value” for a type. Read more