#[repr(C, align(16))]
pub struct i32x4 { /* fields omitted */ }
The number of lanes in this SIMD vector.
The size of this SIMD vector in bits.
The resulting type after applying the +
operator.
The resulting type after applying the +
operator.
The resulting type after applying the +
operator.
The resulting type after applying the +
operator.
Formats the value using the given formatter.
The resulting type after applying the &
operator.
The resulting type after applying the &
operator.
The resulting type after applying the |
operator.
The resulting type after applying the |
operator.
The resulting type after applying the ^
operator.
The resulting type after applying the ^
operator.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Formats the value using the given formatter. Read more
Splats the single value given across all lanes.
Formats the value using the given formatter.
Formats the value using the given formatter.
The resulting type after applying the *
operator.
The resulting type after applying the *
operator.
The resulting type after applying the *
operator.
The resulting type after applying the *
operator.
The resulting type after applying the -
operator.
The resulting type after applying the -
operator.
The resulting type after applying the !
operator.
The resulting type after applying the !
operator.
Formats the value using the given formatter.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Method which takes an iterator and generates Self
from the elements by
multiplying the items. Read more
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the <<
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
Shifts all lanes by the value given.
The resulting type after applying the >>
operator.
The resulting type after applying the -
operator.
The resulting type after applying the -
operator.
The resulting type after applying the -
operator.
The resulting type after applying the -
operator.
Method which takes an iterator and generates Self
from the elements by
“summing up” the items. Read more
Formats the value using the given formatter.
Formats the value using the given formatter.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during is_valid_bit_pattern
. Read more
If this function returns true, then it must be valid to reinterpret bits
as &Self
.
impl<T, U> Into<U> for T where
U: From<T>,
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String
. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.