pub enum amoop {
AMOSWAP,
AMOADD,
AMOXOR,
AMOAND,
AMOOR,
AMOMIN,
AMOMAX,
AMOMINU,
AMOMAXU,
}Expand description
amoop
Generated from the Sail sources at riscv_types.sail L279-280.
Variants§
Trait Implementations§
impl Copy for amoop
impl Eq for amoop
impl StructuralPartialEq for amoop
Auto Trait Implementations§
impl Freeze for amoop
impl RefUnwindSafe for amoop
impl Send for amoop
impl Sync for amoop
impl Unpin for amoop
impl UnwindSafe for amoop
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