pub struct VSplatX32 {
pub dst: VReg,
pub src: XReg,
}
Expand description
dst = splat(low32(src))
Fields§
§dst: VReg
§src: XReg
Implementations§
Trait Implementations§
Source§impl From<VSplatX32> for ExtendedOp
impl From<VSplatX32> for ExtendedOp
impl Copy for VSplatX32
impl Eq for VSplatX32
impl StructuralPartialEq for VSplatX32
Auto Trait Implementations§
impl Freeze for VSplatX32
impl RefUnwindSafe for VSplatX32
impl Send for VSplatX32
impl Sync for VSplatX32
impl Unpin for VSplatX32
impl UnwindSafe for VSplatX32
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