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