LaneCount in std::simd - Rust (original) (raw)
pub struct LaneCount<const LANES: usize>;
🔬 This is a nightly-only experimental API. (portable_simd
#86656)
Expand description
A type representing a vector lane count.
🔬 This is a nightly-only experimental API. (portable_simd
#86656)
The number of bytes in a bitmask with this many lanes.
impl Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl From for T
impl<T, U> Into for T where
U: From,
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.