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