pub enum NARGS {
Num1 = 0,
Num2 = 1,
}
Expand description
NARGS
Value on reset: 0
Variants§
Num1 = 0
0: Only single argument write is needed for next calculation
Num2 = 1
1: Two argument writes need to be performed for next calculation
Trait Implementations§
impl Copy for NARGS
impl Eq for NARGS
impl StructuralPartialEq for NARGS
Auto Trait Implementations§
impl Freeze for NARGS
impl RefUnwindSafe for NARGS
impl Send for NARGS
impl Sync for NARGS
impl Unpin for NARGS
impl UnwindSafe for NARGS
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