pub struct BasePrfm {
pub register_op: u32,
pub s_offset_op: u32,
pub u_offset_op: u32,
pub literal_op: u32,
}Fields§
§register_op: u32§s_offset_op: u32§u_offset_op: u32§literal_op: u32Implementations§
Trait Implementations§
impl Copy for BasePrfm
Auto Trait Implementations§
impl Freeze for BasePrfm
impl RefUnwindSafe for BasePrfm
impl Send for BasePrfm
impl Sync for BasePrfm
impl Unpin for BasePrfm
impl UnsafeUnpin for BasePrfm
impl UnwindSafe for BasePrfm
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