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