Struct packed_simd::m16
source · pub struct m16(_);Expand description
16-bit wide mask.
Implementations§
Trait Implementations§
source§impl Ord for m16
impl Ord for m16
source§impl PartialOrd<m16> for m16
impl PartialOrd<m16> for m16
impl Copy for m16
impl Eq for m16
Auto Trait Implementations§
impl RefUnwindSafe for m16
impl Send for m16
impl Sync for m16
impl Unpin for m16
impl UnwindSafe for m16
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