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