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