Enum rustc_target::abi::call::RegKind[][src]

pub enum RegKind {
    Integer,
    Float,
    Vector,
}

Variants

Trait Implementations

impl Copy for RegKind
[src]

impl Clone for RegKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RegKind
[src]

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

This method tests for !=.

impl Eq for RegKind
[src]

impl Debug for RegKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RegKind

impl Sync for RegKind