Struct simba::simd::AutoBoolSimd
source · #[repr(align(16))]pub struct AutoBoolSimd<N>(pub N);Expand description
A SIMD boolean structure that implements all the relevant traits from num an simba.
This is needed to overcome the orphan rules.
Tuple Fields§
§0: NTrait Implementations§
source§impl<N: Clone> Clone for AutoBoolSimd<N>
impl<N: Clone> Clone for AutoBoolSimd<N>
source§fn clone(&self) -> AutoBoolSimd<N>
fn clone(&self) -> AutoBoolSimd<N>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more