Struct shape_core::BezierCurve
source · pub struct BezierCurve {}
Expand description
Represent a 2d bezier curve
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BezierCurve
impl Send for BezierCurve
impl Sync for BezierCurve
impl Unpin for BezierCurve
impl UnwindSafe for BezierCurve
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