[][src]Enum dynasmrt::x86::Rf

pub enum Rf {
    ST0,
    ST1,
    ST2,
    ST3,
    ST4,
    ST5,
    ST6,
    ST7,
}

10-byte floating point registers.

Variants

ST0
ST1
ST2
ST3
ST4
ST5
ST6
ST7

Trait Implementations

impl Clone for Rf[src]

impl Copy for Rf[src]

impl Debug for Rf[src]

impl Eq for Rf[src]

impl Hash for Rf[src]

impl PartialEq<Rf> for Rf[src]

impl Register for Rf[src]

impl StructuralEq for Rf[src]

impl StructuralPartialEq for Rf[src]

Auto Trait Implementations

impl RefUnwindSafe for Rf[src]

impl Send for Rf[src]

impl Sync for Rf[src]

impl Unpin for Rf[src]

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