pub struct FormatB {
pub rs1: usize,
pub rs2: usize,
pub imm: u64,
}Fields§
§rs1: usize§rs2: usize§imm: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatB
impl RefUnwindSafe for FormatB
impl Send for FormatB
impl Sync for FormatB
impl Unpin for FormatB
impl UnwindSafe for FormatB
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