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