pub struct SimdShiftES {
pub opcode: u32,
pub vec_op_type: u32,
}Fields§
§opcode: u32§vec_op_type: u32Implementations§
Trait Implementations§
Source§impl Clone for SimdShiftES
impl Clone for SimdShiftES
Source§fn clone(&self) -> SimdShiftES
fn clone(&self) -> SimdShiftES
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimdShiftES
impl Debug for SimdShiftES
Source§impl Default for SimdShiftES
impl Default for SimdShiftES
Source§fn default() -> SimdShiftES
fn default() -> SimdShiftES
Returns the “default value” for a type. Read more
impl Copy for SimdShiftES
Auto Trait Implementations§
impl Freeze for SimdShiftES
impl RefUnwindSafe for SimdShiftES
impl Send for SimdShiftES
impl Sync for SimdShiftES
impl Unpin for SimdShiftES
impl UnsafeUnpin for SimdShiftES
impl UnwindSafe for SimdShiftES
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