#[repr(simd)]pub(crate) struct m8x16([i8; 16]);
Tuple Fields§
§0: [i8; 16]
Implementations§
Source§impl m8x16
impl m8x16
const fn bool_to_internal(x: bool) -> i8
pub(crate) const fn new( x0: bool, x1: bool, x2: bool, x3: bool, x4: bool, x5: bool, x6: bool, x7: bool, x8: bool, x9: bool, x10: bool, x11: bool, x12: bool, x13: bool, x14: bool, x15: bool, ) -> Self
pub(crate) fn splat(value: bool) -> Self
pub(crate) fn as_array(&self) -> &[i8; 16]
Trait Implementations§
impl Copy for m8x16
Auto Trait Implementations§
impl Freeze for m8x16
impl RefUnwindSafe for m8x16
impl Send for m8x16
impl Sync for m8x16
impl Unpin for m8x16
impl UnsafeUnpin for m8x16
impl UnwindSafe for m8x16
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)] const IS_ZST: bool = _
#[doc(hidden)] const IS_ZST: bool = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const LAYOUT: Layout = _
#[doc(hidden)] const LAYOUT: Layout = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const MAX_SLICE_LEN: usize = _
#[doc(hidden)] const MAX_SLICE_LEN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)The largest safe length for a
[Self]
. Read more