Struct packed_simd_2::m16 [−][src]
pub struct m16(_);
Expand description
16-bit wide mask.
Implementations
impl m16
[src]
impl m16
[src]Trait Implementations
impl Ord for m16
[src]
impl Ord for m16
[src]impl PartialOrd<m16> for m16
[src]
impl PartialOrd<m16> for m16
[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