pub enum Isa {
Rv32,
Rv64,
}Expand description
Target isa.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Isa
impl RefUnwindSafe for Isa
impl Send for Isa
impl Sync for Isa
impl Unpin for Isa
impl UnwindSafe for Isa
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