Struct core::arch::powerpc::vector_bool_long
source · #[repr(simd)]pub struct vector_bool_long(i64, i64);
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on PowerPC and (PowerPC or PowerPC-64) only.
Expand description
PowerPC-specific 128-bit wide vector mask of two i64
Tuple Fields§
§0: i64
🔬This is a nightly-only experimental API. (
§stdsimd
#48556)1: i64
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Trait Implementations§
source§impl Clone for vector_bool_long
impl Clone for vector_bool_long
source§fn clone(&self) -> vector_bool_long
fn clone(&self) -> vector_bool_long
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for vector_bool_long
impl Debug for vector_bool_long
source§impl VectorPermDI for vector_bool_long
impl VectorPermDI for vector_bool_long
source§unsafe fn vec_xxpermdi(self, b: Self, dm: u8) -> Self
unsafe fn vec_xxpermdi(self, b: Self, dm: u8) -> Self
🔬This is a nightly-only experimental API. (
stdsimd
#48556)impl Copy for vector_bool_long
Auto Trait Implementations§
impl Freeze for vector_bool_long
impl RefUnwindSafe for vector_bool_long
impl Send for vector_bool_long
impl Sync for vector_bool_long
impl Unpin for vector_bool_long
impl UnwindSafe for vector_bool_long
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