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