pub struct Xmm(_);
Expand description
A newtype wrapper around Reg
.
Implementations§
Trait Implementations§
source§impl From<Xmm> for XmmMemAligned
impl From<Xmm> for XmmMemAligned
source§impl From<Xmm> for XmmMemAlignedImm
impl From<Xmm> for XmmMemAlignedImm
source§impl Ord for Xmm
impl Ord for Xmm
source§impl PartialOrd<Xmm> for Xmm
impl PartialOrd<Xmm> for Xmm
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Xmm
impl Eq for Xmm
impl StructuralEq for Xmm
impl StructuralPartialEq for Xmm
Auto Trait Implementations§
impl RefUnwindSafe for Xmm
impl Send for Xmm
impl Sync for Xmm
impl Unpin for Xmm
impl UnwindSafe for Xmm
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.