pub enum f64Delta {
Set(f64),
Add(f64),
Sub(f64),
Mult(f64),
Div(f64),
Mod(f64),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for f64Delta
impl RefUnwindSafe for f64Delta
impl Send for f64Delta
impl Sync for f64Delta
impl Unpin for f64Delta
impl UnwindSafe for f64Delta
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