pub enum Xlen {
Rv32,
Rv64,
}Expand description
The register size of the ISA, RV32 or RV64.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Xlen
impl Ord for Xlen
Source§impl PartialOrd for Xlen
impl PartialOrd for Xlen
impl Copy for Xlen
impl Eq for Xlen
impl StructuralPartialEq for Xlen
Auto Trait Implementations§
impl Freeze for Xlen
impl RefUnwindSafe for Xlen
impl Send for Xlen
impl Sync for Xlen
impl Unpin for Xlen
impl UnsafeUnpin for Xlen
impl UnwindSafe for Xlen
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