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: f32x2
Implementations§
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
impl Copy for CubicCoeff
Auto Trait Implementations§
impl Freeze for CubicCoeff
impl RefUnwindSafe for CubicCoeff
impl Send for CubicCoeff
impl Sync for CubicCoeff
impl Unpin for CubicCoeff
impl UnwindSafe for CubicCoeff
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)