pub struct srai {
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 srai
Auto Trait Implementations§
impl Freeze for srai
impl RefUnwindSafe for srai
impl Send for srai
impl Sync for srai
impl Unpin for srai
impl UnwindSafe for srai
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