struct CubicCtx {
q: QuadBez,
utan0: Vec2,
utan1: Vec2,
}Fields§
§q: QuadBez§utan0: Vec2§utan1: Vec2Auto Trait Implementations§
impl Freeze for CubicCtx
impl RefUnwindSafe for CubicCtx
impl Send for CubicCtx
impl Sync for CubicCtx
impl Unpin for CubicCtx
impl UnsafeUnpin for CubicCtx
impl UnwindSafe for CubicCtx
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