#[repr(simd)]pub(crate) struct f64x2(pub f64, pub f64);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Tuple Fields§
§0: f64
🔬This is a nightly-only experimental API. (
§stdsimd
#48556)1: f64
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Implementations§
source§impl f64x2
impl f64x2
pub(crate) const fn new(x0: f64, x1: f64) -> Self
🔬This is a nightly-only experimental API. (
stdsimd
#48556)pub(crate) const fn splat(value: f64) -> Self
🔬This is a nightly-only experimental API. (
stdsimd
#48556)pub(crate) fn extract(self, index: usize) -> f64
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Trait Implementations§
source§impl PartialEq<f64x2> for f64x2
impl PartialEq<f64x2> for f64x2
impl Copy for f64x2
impl StructuralPartialEq for f64x2
Auto Trait Implementations§
impl Freeze for f64x2
impl RefUnwindSafe for f64x2
impl Send for f64x2
impl Sync for f64x2
impl Unpin for f64x2
impl UnwindSafe for f64x2
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