pub enum Rv32RegId {
Gpr(u8),
Pc,
}Expand description
Register identifier: a GPR index 0..31, or the PC (id 32).
Variants§
Trait Implementations§
impl Copy for Rv32RegId
impl Eq for Rv32RegId
impl StructuralPartialEq for Rv32RegId
Auto Trait Implementations§
impl Freeze for Rv32RegId
impl RefUnwindSafe for Rv32RegId
impl Send for Rv32RegId
impl Sync for Rv32RegId
impl Unpin for Rv32RegId
impl UnsafeUnpin for Rv32RegId
impl UnwindSafe for Rv32RegId
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