pub struct LaneCount<const LANES: usize>;
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

Specifies the number of lanes in a SIMD vector as a type.

Implementations

🔬This is a nightly-only experimental API. (portable_simd #86656)

The number of bytes in a bitmask with this many lanes.

Trait Implementations

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 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.