pub struct VInsertX8 {
pub operands: BinaryOperands<VReg, VReg, XReg>,
pub lane: u8,
}
Expand description
dst = src1; dst[lane] = src2
Fields§
§operands: BinaryOperands<VReg, VReg, XReg>
§lane: u8
Implementations§
Trait Implementations§
Source§impl From<VInsertX8> for ExtendedOp
impl From<VInsertX8> for ExtendedOp
impl Copy for VInsertX8
impl Eq for VInsertX8
impl StructuralPartialEq for VInsertX8
Auto Trait Implementations§
impl Freeze for VInsertX8
impl RefUnwindSafe for VInsertX8
impl Send for VInsertX8
impl Sync for VInsertX8
impl Unpin for VInsertX8
impl UnwindSafe for VInsertX8
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