enum PointMode {
DxDy,
XDy,
DxY,
DxInitialY,
DLargerCoordDist,
DxMaybeDy(bool),
MaybeDxDy(bool),
}
Expand description
Specifies how point coordinates for a curve are computed.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointMode
impl RefUnwindSafe for PointMode
impl Send for PointMode
impl Sync for PointMode
impl Unpin for PointMode
impl UnwindSafe for PointMode
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