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