#[repr(u8)]pub enum Stateld {
ADD = 0,
LOAD = 1,
}Variants§
ADD = 0
STATEV value is added into STATE (the carry-out is ignored).
LOAD = 1
STATEV value is loaded into STATE.
Implementations§
Trait Implementations§
Source§impl Ord for Stateld
impl Ord for Stateld
Source§impl PartialOrd for Stateld
impl PartialOrd for Stateld
impl Copy for Stateld
impl Eq for Stateld
impl StructuralPartialEq for Stateld
Auto Trait Implementations§
impl Freeze for Stateld
impl RefUnwindSafe for Stateld
impl Send for Stateld
impl Sync for Stateld
impl Unpin for Stateld
impl UnwindSafe for Stateld
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