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