#[repr(u8)]pub enum Ins {
Put = 1,
Delete = 2,
SetCode = 3,
Reset = 4,
List = 161,
Calculate = 162,
Validate = 163,
CalculateAll = 164,
SendRemaining = 165,
}
Variants§
Put = 1
Delete = 2
SetCode = 3
Reset = 4
List = 161
Calculate = 162
Validate = 163
CalculateAll = 164
SendRemaining = 165
Auto Trait Implementations§
impl Freeze for Ins
impl RefUnwindSafe for Ins
impl Send for Ins
impl Sync for Ins
impl Unpin for Ins
impl UnwindSafe for Ins
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