Struct tiny_skia_path::path_geometry::QuadCoeff
source · pub struct QuadCoeff {
pub a: f32x2,
pub b: f32x2,
pub c: f32x2,
}
Fields§
§a: f32x2
§b: f32x2
§c: f32x2
Implementations§
Trait Implementations§
impl Copy for QuadCoeff
Auto Trait Implementations§
impl Freeze for QuadCoeff
impl RefUnwindSafe for QuadCoeff
impl Send for QuadCoeff
impl Sync for QuadCoeff
impl Unpin for QuadCoeff
impl UnwindSafe for QuadCoeff
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
)