Skip to main content

Interleave

Trait Interleave 

Source
pub unsafe trait Interleave { }
Expand description

Types that allow [de]interleaving.

§Safety

Instances of this type passed to simd [de]interleave functions must be Pod.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: Pod> Interleave for T