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