[][src]Enum dynasmrt::x64::Rx

pub enum Rx {
    XMM0,
    XMM1,
    XMM2,
    XMM3,
    XMM4,
    XMM5,
    XMM6,
    XMM7,
    XMM8,
    XMM9,
    XMM10,
    XMM11,
    XMM12,
    XMM13,
    XMM14,
    XMM15,
}

16 or 32-byte SSE registers.

Variants

XMM0
XMM1
XMM2
XMM3
XMM4
XMM5
XMM6
XMM7
XMM8
XMM9
XMM10
XMM11
XMM12
XMM13
XMM14
XMM15

Trait Implementations

impl Clone for Rx[src]

impl Copy for Rx[src]

impl Debug for Rx[src]

impl Eq for Rx[src]

impl Hash for Rx[src]

impl PartialEq<Rx> for Rx[src]

impl Register for Rx[src]

impl StructuralEq for Rx[src]

impl StructuralPartialEq for Rx[src]

Auto Trait Implementations

impl RefUnwindSafe for Rx[src]

impl Send for Rx[src]

impl Sync for Rx[src]

impl Unpin for Rx[src]

impl UnwindSafe for Rx[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.