Struct arrow2::types::simd::i256x8

source ·
pub struct i256x8(pub [i256; 8]);
Expand description

Multi-Data correspondence of the native type

Tuple Fields§

§0: [i256; 8]

Trait Implementations§

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.

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.