#[repr(u8)]pub enum IncrCin {
INCR_ONE = 0,
INCR_PREVIOUS = 1,
}Variants§
INCR_ONE = 0
Carry-In for INCR is 1
INCR_PREVIOUS = 1
Carry-In for INCR is overflow from previous INCR operation
Implementations§
Trait Implementations§
Source§impl Ord for IncrCin
impl Ord for IncrCin
Source§impl PartialOrd for IncrCin
impl PartialOrd for IncrCin
impl Copy for IncrCin
impl Eq for IncrCin
impl StructuralPartialEq for IncrCin
Auto Trait Implementations§
impl Freeze for IncrCin
impl RefUnwindSafe for IncrCin
impl Send for IncrCin
impl Sync for IncrCin
impl Unpin for IncrCin
impl UnwindSafe for IncrCin
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