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