[][src]Enum dynasmrt::x64::RC

pub enum RC {
    CR0,
    CR1,
    CR2,
    CR3,
    CR4,
    CR5,
    CR6,
    CR7,
    CR8,
    CR9,
    CR10,
    CR11,
    CR12,
    CR13,
    CR14,
    CR15,
}

8-byte control registers.

Variants

CR0
CR1
CR2
CR3
CR4
CR5
CR6
CR7
CR8
CR9
CR10
CR11
CR12
CR13
CR14
CR15

Trait Implementations

impl Clone for RC[src]

impl Copy for RC[src]

impl Debug for RC[src]

impl Eq for RC[src]

impl Hash for RC[src]

impl PartialEq<RC> for RC[src]

impl Register for RC[src]

impl StructuralEq for RC[src]

impl StructuralPartialEq for RC[src]

Auto Trait Implementations

impl RefUnwindSafe for RC[src]

impl Send for RC[src]

impl Sync for RC[src]

impl Unpin for RC[src]

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