pub trait LanesMult: LanesMult {
// Provided method
fn lanes_mult<N: LanesMultNum>() -> NonZeroPow2<N> { ... }
}Expand description
Gets the lanes multiplier from a SIMD type.
Provided Methods§
Sourcefn lanes_mult<N: LanesMultNum>() -> NonZeroPow2<N>
fn lanes_mult<N: LanesMultNum>() -> NonZeroPow2<N>
Gets the lanes multiplier from a SIMD type.
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.