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