Enum Dec
#[repr(u8)]pub enum Dec {
Add = 0,
Subtract = 1,
}Variants§
Add = 0
The address is incremented by the programmed offset.
Subtract = 1
The address is decremented by the programmed offset.
Implementations§
Trait Implementations§
impl Copy for Dec
impl Eq for Dec
§impl Ord for Dec
impl Ord for Dec
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dec
impl PartialOrd for Dec
impl StructuralPartialEq for Dec
Auto Trait Implementations§
impl Freeze for Dec
impl RefUnwindSafe for Dec
impl Send for Dec
impl Sync for Dec
impl Unpin for Dec
impl UnsafeUnpin for Dec
impl UnwindSafe for Dec
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