Struct packed_simd_2::m128
source · [−]pub struct m128(_);
Expand description
128-bit wide mask.
Implementations
Trait Implementations
sourceimpl Ord for m128
impl Ord for m128
sourceimpl PartialOrd<m128> for m128
impl PartialOrd<m128> for m128
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 m128
impl Eq for m128
Auto Trait Implementations
impl RefUnwindSafe for m128
impl Send for m128
impl Sync for m128
impl Unpin for m128
impl UnwindSafe for m128
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