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