pub unsafe trait MaskElement: SimdElement + Sealed { }
🔬 This is a nightly-only experimental API. (portable_simd #86656)
Expand description

Marker trait for types that may be used as SIMD mask elements.

Safety

Type must be a signed integer.

Implementors

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.