[][src]Enum dynasmrt::x86::RB

pub enum RB {
    BND0,
    BND1,
    BND2,
    BND3,
}

16-byte bound registers.

Variants

BND0
BND1
BND2
BND3

Trait Implementations

impl Clone for RB[src]

impl Copy for RB[src]

impl Debug for RB[src]

impl Eq for RB[src]

impl Hash for RB[src]

impl PartialEq<RB> for RB[src]

impl Register for RB[src]

impl StructuralEq for RB[src]

impl StructuralPartialEq for RB[src]

Auto Trait Implementations

impl RefUnwindSafe for RB[src]

impl Send for RB[src]

impl Sync for RB[src]

impl Unpin for RB[src]

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