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