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