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