[][src]Enum dynasmrt::x86::RD

pub enum RD {
    DR0,
    DR1,
    DR2,
    DR3,
    DR4,
    DR5,
    DR6,
    DR7,
    DR8,
    DR9,
    DR10,
    DR11,
    DR12,
    DR13,
    DR14,
    DR15,
}

4-byte debug registers.

Variants

DR0
DR1
DR2
DR3
DR4
DR5
DR6
DR7
DR8
DR9
DR10
DR11
DR12
DR13
DR14
DR15

Trait Implementations

impl Clone for RD[src]

impl Copy for RD[src]

impl Debug for RD[src]

impl Eq for RD[src]

impl Hash for RD[src]

impl PartialEq<RD> for RD[src]

impl Register for RD[src]

impl StructuralEq for RD[src]

impl StructuralPartialEq for RD[src]

Auto Trait Implementations

impl RefUnwindSafe for RD[src]

impl Send for RD[src]

impl Sync for RD[src]

impl Unpin for RD[src]

impl UnwindSafe for RD[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.