Struct vector_bool_short
#[repr(simd)]
pub struct vector_bool_short(pub(in ::core_arch::powerpc::altivec) [i16; 8]);
PowerPC-specific 128-bit wide vector mask of eight packed elements
Fields
0: [i16; 8]
Implementations
impl vector_bool_short
fn splat(value: i16) -> vector_bool_shortPut the same value in every lane.
const fn as_array(&self) -> &[i16; 8]Returns an array reference containing the entire SIMD vector.
fn as_mut_array(&mut self) -> &mut [i16; 8]Returns a mutable array reference containing the entire SIMD vector.
Trait Implementations
impl Clone for vector_bool_short
fn clone(&self) -> vector_bool_short
impl Copy for vector_bool_short
impl Debug for vector_bool_short
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl From<Simd<i16, 8>> for vector_bool_short
fn from(simd: Simd<i16, 8>) -> Self
impl From<SimdM<i16, 8>> for vector_bool_short
fn from(value: SimdM<i16, 8>) -> Self
impl TrivialClone for vector_bool_short
impl VectorAdd<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_add(self, other: vector_signed_short) -> Self::Result
impl VectorAdd<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_add(self, other: vector_unsigned_short) -> Self::Result
impl VectorAdds<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_adds(self, b: vector_signed_short) -> Self::Result
impl VectorAdds<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_adds(self, b: vector_unsigned_short) -> Self::Result
impl VectorAnd<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_and(self, b: vector_signed_short) -> Self::Result
impl VectorAnd<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_and(self, b: vector_unsigned_short) -> Self::Result
impl VectorAndc<vector_bool_short> for vector_bool_short
type Result = vector_bool_short;unsafe fn vec_andc(self, b: vector_bool_short) -> Self::Result
impl VectorMax<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_max(self, b: vector_signed_short) -> Self::Result
impl VectorMax<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_max(self, b: vector_unsigned_short) -> Self::Result
impl VectorMergeh<vector_bool_short> for vector_bool_short
type Result = vector_bool_short;unsafe fn vec_mergeh(self, b: vector_bool_short) -> Self::Result
impl VectorMergel<vector_bool_short> for vector_bool_short
type Result = vector_bool_short;unsafe fn vec_mergel(self, b: vector_bool_short) -> Self::Result
impl VectorMin<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_min(self, b: vector_signed_short) -> Self::Result
impl VectorMin<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_min(self, b: vector_unsigned_short) -> Self::Result
impl VectorNand<vector_bool_short> for vector_bool_short
type Result = vector_bool_short;unsafe fn vec_nand(self, b: vector_bool_short) -> Self::Result
impl VectorNeg for vector_bool_short
unsafe fn vec_neg(self) -> Self
impl VectorNor<vector_bool_short> for vector_bool_short
type Result = vector_bool_short;unsafe fn vec_nor(self, b: vector_bool_short) -> Self::Result
impl VectorOr<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_or(self, b: vector_signed_short) -> Self::Result
impl VectorOr<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_or(self, b: vector_unsigned_short) -> Self::Result
impl VectorOrc<vector_bool_short> for vector_bool_short
type Result = vector_bool_short;unsafe fn vec_orc(self, b: vector_bool_short) -> Self::Result
impl VectorPack<vector_bool_short> for vector_bool_short
type Result = vector_bool_char;unsafe fn vec_pack(self, b: vector_bool_short) -> Self::Result
impl VectorPerm for vector_bool_short
unsafe fn vec_vperm(self, b: Self, c: vector_unsigned_char) -> Self
impl VectorSel<vector_bool_short> for vector_bool_short
unsafe fn vec_sel(self, b: Self, c: vector_bool_short) -> Self
impl VectorSel<vector_unsigned_short> for vector_bool_short
unsafe fn vec_sel(self, b: Self, c: vector_unsigned_short) -> Self
impl VectorSld for vector_bool_short
unsafe fn vec_sld<const UIMM4: i32>(self, b: Self) -> Selfunsafe fn vec_sldw<const UIMM2: i32>(self, b: Self) -> Self
impl VectorSplat for vector_bool_short
unsafe fn vec_splat<const IMM: u32>(self) -> Self
impl VectorSub<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_sub(self, b: vector_signed_short) -> Self::Result
impl VectorSub<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_sub(self, b: vector_unsigned_short) -> Self::Result
impl VectorSubs<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_subs(self, b: vector_signed_short) -> Self::Result
impl VectorSubs<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_subs(self, b: vector_unsigned_short) -> Self::Result
impl VectorUnpackh for vector_bool_short
type Result = vector_bool_int;unsafe fn vec_unpackh(self) -> Self::Result
impl VectorUnpackl for vector_bool_short
type Result = vector_bool_int;unsafe fn vec_unpackl(self) -> Self::Result
impl VectorXor<vector_signed_short> for vector_bool_short
type Result = vector_signed_short;unsafe fn vec_xor(self, b: vector_signed_short) -> Self::Result
impl VectorXor<vector_unsigned_short> for vector_bool_short
type Result = vector_unsigned_short;unsafe fn vec_xor(self, b: vector_unsigned_short) -> Self::Result
Auto Trait Implementations
impl Freeze for vector_bool_short
impl RefUnwindSafe for vector_bool_short
impl Send for vector_bool_short
impl Sync for vector_bool_short
impl Unpin for vector_bool_short
impl UnsafeUnpin for vector_bool_short
impl UnwindSafe for vector_bool_short
Blanket Implementations
impl<T> Any for vector_bool_short
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for vector_bool_short
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for vector_bool_short
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for vector_bool_short
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for vector_bool_short
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Printable for vector_bool_short
where
T: Copy + Debug,
impl<T> SizeHint for vector_bool_short
where
T: ?Sized,
fn lower_bound(&self) -> usizefn upper_bound(&self) -> Option<usize>
impl<T> SizedTypeProperties for vector_bool_short
impl<T, U> Into<U> for vector_bool_short
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for vector_bool_short
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for vector_bool_short
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>