Trait MaskElement

Source
pub unsafe trait MaskElement:
    SimdElement<Mask = Self>
    + SimdCast
    + 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.

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.

Implementors§

Morty Proxy This is a proxified and sanitized view of the page, visit original site.