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