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