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