pub trait SupportedLaneCount: Sealed { }
๐ฌThis is a nightly-only experimental API. (
portable_simd
)Expand description
Statically guarantees that a lane count is marked as supported.
This trait is sealed: the list of implementors below is total.
Users do not have the ability to mark additional LaneCount<N>
values as supported.
Only SIMD vectors with supported lane counts are constructable.
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.