Struct packed_simd::msize
source · pub struct msize(_);
Expand description
isize-wide mask.
Implementations§
Trait Implementations§
source§impl Ord for msize
impl Ord for msize
source§impl PartialOrd<msize> for msize
impl PartialOrd<msize> for msize
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more