#[repr(C, align(32))]
pub struct i16x16 { /* 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 !=
.
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
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
)
recently added
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.