pub enum HartState {
HART_ACTIVE(()),
HART_WAITING(instbits),
}Expand description
HartState
Generated from the Sail sources at riscv_step_common.sail L21-28.
Variants§
Trait Implementations§
impl Copy for HartState
impl Eq for HartState
impl StructuralPartialEq for HartState
Auto Trait Implementations§
impl Freeze for HartState
impl RefUnwindSafe for HartState
impl Send for HartState
impl Sync for HartState
impl Unpin for HartState
impl UnwindSafe for HartState
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