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