Enum x86asm::RegType [] [src]

pub enum RegType {
    General,
    Mmx,
    Avx,
    Fpu,
    Bound,
    Mask,
    Segment,
    Control,
    Debug,
}

Variants

Trait Implementations

impl Clone for RegType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RegType
[src]

impl Debug for RegType
[src]

[src]

Formats the value using the given formatter.

impl Eq for RegType
[src]

impl PartialEq for RegType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.