pub struct VF32x4FromI32x4S {
pub dst: VReg,
pub src: VReg,
}
Expand description
Int-to-float conversion (same as f32_from_x32_s
)
Fields§
§dst: VReg
§src: VReg
Implementations§
Trait Implementations§
Source§impl Clone for VF32x4FromI32x4S
impl Clone for VF32x4FromI32x4S
Source§fn clone(&self) -> VF32x4FromI32x4S
fn clone(&self) -> VF32x4FromI32x4S
Returns a copy 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 VF32x4FromI32x4S
impl Debug for VF32x4FromI32x4S
Source§impl Encode for VF32x4FromI32x4S
impl Encode for VF32x4FromI32x4S
Source§impl From<VF32x4FromI32x4S> for ExtendedOp
impl From<VF32x4FromI32x4S> for ExtendedOp
Source§fn from(op: VF32x4FromI32x4S) -> Self
fn from(op: VF32x4FromI32x4S) -> Self
Converts to this type from the input type.
Source§impl From<VF32x4FromI32x4S> for Op
impl From<VF32x4FromI32x4S> for Op
Source§fn from(op: VF32x4FromI32x4S) -> Self
fn from(op: VF32x4FromI32x4S) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VF32x4FromI32x4S
impl PartialEq for VF32x4FromI32x4S
impl Copy for VF32x4FromI32x4S
impl Eq for VF32x4FromI32x4S
impl StructuralPartialEq for VF32x4FromI32x4S
Auto Trait Implementations§
impl Freeze for VF32x4FromI32x4S
impl RefUnwindSafe for VF32x4FromI32x4S
impl Send for VF32x4FromI32x4S
impl Sync for VF32x4FromI32x4S
impl Unpin for VF32x4FromI32x4S
impl UnwindSafe for VF32x4FromI32x4S
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