Struct packed_simd_2::m32
source · [−]pub struct m32(_);
Expand description
32-bit wide mask.
Implementations
Trait Implementations
sourceimpl Ord for m32
impl Ord for m32
sourceimpl PartialOrd<m32> for m32
impl PartialOrd<m32> for m32
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
sourcefn lt(&self, other: &Self) -> bool
fn lt(&self, other: &Self) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
sourcefn gt(&self, other: &Self) -> bool
fn gt(&self, other: &Self) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
impl Copy for m32
impl Eq for m32
Auto Trait Implementations
impl RefUnwindSafe for m32
impl Send for m32
impl Sync for m32
impl Unpin for m32
impl UnwindSafe for m32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more