Struct rustc_target::abi::call::Reg[][src]

pub struct Reg {
    pub kind: RegKind,
    pub size: Size,
}

Fields

Methods

impl Reg
[src]

impl Reg
[src]

Trait Implementations

impl Copy for Reg
[src]

impl Clone for Reg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Reg
[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 Reg
[src]

impl Debug for Reg
[src]

Formats the value using the given formatter. Read more

impl From<Reg> for Uniform
[src]

Performs the conversion.

impl From<Reg> for CastTarget
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Reg

impl Sync for Reg