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