pub struct addi {
pub rd: &'static str,
pub rs1: &'static str,
pub imm: i32,
}Fields§
§rd: &'static str§rs1: &'static str§imm: i32Trait Implementations§
impl StructuralPartialEq for addi
Auto Trait Implementations§
impl Freeze for addi
impl RefUnwindSafe for addi
impl Send for addi
impl Sync for addi
impl Unpin for addi
impl UnwindSafe for addi
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