Struct simba::simd::AutoBoolSimd [−][src]
#[repr(align(16))]pub struct AutoBoolSimd<N>(pub N);
Expand description
An Simd boolean structure that implements all the relevant traits from num
an simba
.
This is needed to overcome the orphan rules.
Tuple Fields
0: N
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<N> RefUnwindSafe for AutoBoolSimd<N> where
N: RefUnwindSafe,
impl<N> Send for AutoBoolSimd<N> where
N: Send,
impl<N> Sync for AutoBoolSimd<N> where
N: Sync,
impl<N> Unpin for AutoBoolSimd<N> where
N: Unpin,
impl<N> UnwindSafe for AutoBoolSimd<N> where
N: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more