Struct packed_simd_2::m32 [−][src]
pub struct m32(_);
Expand description
32-bit wide mask.
Implementations
impl m32
[src]
impl m32
[src]Trait Implementations
impl Ord for m32
[src]
impl Ord for m32
[src]impl PartialOrd<m32> for m32
[src]
impl PartialOrd<m32> for m32
[src]fn partial_cmp(&self, other: &Self) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
[src]This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &Self) -> bool
[src]
fn lt(&self, other: &Self) -> bool
[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn gt(&self, other: &Self) -> bool
[src]
fn gt(&self, other: &Self) -> bool
[src]This method tests greater than (for self
and other
) and is used by the >
operator. Read more