Struct arrow2::types::simd::i16x32

source ·
pub struct i16x32(pub [i16; 32]);
Expand description

Multi-Data correspondence of the native type

Tuple Fields§

§0: [i16; 32]

Trait Implementations§

The resulting type after applying the + operator.
Performs the + operation. Read more
Performs the += operation. Read more
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. Read more
The returned type after indexing.
Performs the indexing (container[index]) operation. Read more
Performs the mutable indexing (container[index]) operation. Read more
Number of lanes
The NativeType of this struct. E.g. f32 for a NativeSimd = f32x16.
The type holding bits for masks.
Type used for masking.
Sets values to default based on mask.
Convert itself from a slice. Read more
creates a new Self from v by populating items from v up to its length. Items from v at positions larger than the number of lanes are ignored; remaining items are populated with remaining.
Returns a tuple of 3 items whose middle item is itself, and the remaining are the head and tail of the un-aligned parts.
The minimum value
The maximum value
reduce itself to the minimum
reduce itself to the maximum
lane-wise maximum between two instances
lane-wise minimum between two instances
returns a new instance with all lanes equal to MIN
returns a new instance with all lanes equal to MAX
Reduces this element to a single value.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.