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 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