[−][src]Struct fake_simd::u32x4
Trait Implementations
impl PartialEq<u32x4> for u32x4
[src]
impl PartialEq<u32x4> for u32x4
fn eq(&self, other: &u32x4) -> bool
[src]
fn eq(&self, other: &u32x4) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &u32x4) -> bool
[src]
fn ne(&self, other: &u32x4) -> bool
This method tests for !=
.
impl Eq for u32x4
[src]
impl Eq for u32x4
impl Add<u32x4> for u32x4
[src]
impl Add<u32x4> for u32x4
type Output = u32x4
The resulting type after applying the +
operator.
fn add(self, rhs: u32x4) -> u32x4
[src]
fn add(self, rhs: u32x4) -> u32x4
Performs the +
operation.
impl Sub<u32x4> for u32x4
[src]
impl Sub<u32x4> for u32x4
type Output = u32x4
The resulting type after applying the -
operator.
fn sub(self, rhs: u32x4) -> u32x4
[src]
fn sub(self, rhs: u32x4) -> u32x4
Performs the -
operation.
impl BitAnd<u32x4> for u32x4
[src]
impl BitAnd<u32x4> for u32x4
type Output = u32x4
The resulting type after applying the &
operator.
fn bitand(self, rhs: u32x4) -> u32x4
[src]
fn bitand(self, rhs: u32x4) -> u32x4
Performs the &
operation.
impl BitOr<u32x4> for u32x4
[src]
impl BitOr<u32x4> for u32x4
type Output = u32x4
The resulting type after applying the |
operator.
fn bitor(self, rhs: u32x4) -> u32x4
[src]
fn bitor(self, rhs: u32x4) -> u32x4
Performs the |
operation.
impl BitXor<u32x4> for u32x4
[src]
impl BitXor<u32x4> for u32x4
type Output = u32x4
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: u32x4) -> u32x4
[src]
fn bitxor(self, rhs: u32x4) -> u32x4
Performs the ^
operation.
impl Shl<usize> for u32x4
[src]
impl Shl<usize> for u32x4
type Output = u32x4
The resulting type after applying the <<
operator.
fn shl(self, amt: usize) -> u32x4
[src]
fn shl(self, amt: usize) -> u32x4
Performs the <<
operation.
impl Shl<u32x4> for u32x4
[src]
impl Shl<u32x4> for u32x4
type Output = u32x4
The resulting type after applying the <<
operator.
fn shl(self, rhs: u32x4) -> u32x4
[src]
fn shl(self, rhs: u32x4) -> u32x4
Performs the <<
operation.
impl Shr<usize> for u32x4
[src]
impl Shr<usize> for u32x4
type Output = u32x4
The resulting type after applying the >>
operator.
fn shr(self, amt: usize) -> u32x4
[src]
fn shr(self, amt: usize) -> u32x4
Performs the >>
operation.
impl Shr<u32x4> for u32x4
[src]
impl Shr<u32x4> for u32x4
type Output = u32x4
The resulting type after applying the >>
operator.
fn shr(self, rhs: u32x4) -> u32x4
[src]
fn shr(self, rhs: u32x4) -> u32x4
Performs the >>
operation.
impl Copy for u32x4
[src]
impl Copy for u32x4
impl Clone for u32x4
[src]
impl Clone for u32x4
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more