Enum Nargs
#[repr(u8)]pub enum Nargs {
NUM1 = 0,
NUM2 = 1,
}
Variants§
NUM1 = 0
Only single argument write is needed for next calculation.
NUM2 = 1
Two argument writes need to be performed for next calculation.
Implementations§
Trait Implementations§
§impl Ord for Nargs
impl Ord for Nargs
§impl PartialOrd for Nargs
impl PartialOrd for Nargs
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