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