Struct rin::math::simd::AutoBoolSimd [−][src]
#[repr(align(16))]pub struct AutoBoolSimd<N>(pub N);
An Simd boolean structure that implements all the relevant traits from num
an simba
.
This is needed to overcome the orphan rules.
Trait Implementations
impl<N> Clone for AutoBoolSimd<N> where
N: Clone,
[src]
impl<N> Clone for AutoBoolSimd<N> where
N: Clone,
[src]pub fn clone(&self) -> AutoBoolSimd<N>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<N> Debug for AutoBoolSimd<N> where
N: Debug,
[src]
impl<N> Debug for AutoBoolSimd<N> where
N: Debug,
[src]impl<N> PartialEq<AutoBoolSimd<N>> for AutoBoolSimd<N> where
N: PartialEq<N>,
[src]
impl<N> PartialEq<AutoBoolSimd<N>> for AutoBoolSimd<N> where
N: PartialEq<N>,
[src]pub fn eq(&self, other: &AutoBoolSimd<N>) -> bool
[src]
pub fn ne(&self, other: &AutoBoolSimd<N>) -> bool
[src]
impl<N> Copy for AutoBoolSimd<N> where
N: Copy,
[src]
N: Copy,
impl<N> Eq for AutoBoolSimd<N> where
N: Eq,
[src]
N: Eq,
impl<N> StructuralEq for AutoBoolSimd<N>
[src]
impl<N> StructuralPartialEq for AutoBoolSimd<N>
[src]
Auto Trait Implementations
impl<N> RefUnwindSafe for AutoBoolSimd<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for AutoBoolSimd<N> where
N: Send,
N: Send,
impl<N> Sync for AutoBoolSimd<N> where
N: Sync,
N: Sync,
impl<N> Unpin for AutoBoolSimd<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for AutoBoolSimd<N> where
N: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,