pub struct Inst {
pub opcode: u32,
pub funct3: u32,
pub rs1: u32,
pub rs2: u32,
pub csr: i64,
pub funct7: u32,
}Fields§
§opcode: u32§funct3: u32§rs1: u32§rs2: u32§csr: i64§funct7: u32Implementations§
Trait Implementations§
impl Copy for Inst
impl Eq for Inst
impl StructuralPartialEq for Inst
Auto Trait Implementations§
impl Freeze for Inst
impl RefUnwindSafe for Inst
impl Send for Inst
impl Sync for Inst
impl Unpin for Inst
impl UnwindSafe for Inst
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