pub enum ModCurve {
Linear,
Exponential,
SCurve,
}Variants§
Trait Implementations§
impl Copy for ModCurve
impl StructuralPartialEq for ModCurve
Auto Trait Implementations§
impl Freeze for ModCurve
impl RefUnwindSafe for ModCurve
impl Send for ModCurve
impl Sync for ModCurve
impl Unpin for ModCurve
impl UnsafeUnpin for ModCurve
impl UnwindSafe for ModCurve
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