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