Struct swift_check::arch::x86_64::MoveMask
source · pub struct MoveMask(/* private fields */);
Available on crate feature
simd
and x86-64 and target feature sse2
only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoveMask
impl RefUnwindSafe for MoveMask
impl Send for MoveMask
impl Sync for MoveMask
impl Unpin for MoveMask
impl UnwindSafe for MoveMask
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