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

pub struct CastTarget {
    pub prefix: [Option<RegKind>; 8],
    pub prefix_chunk: Size,
    pub rest: Uniform,
}

Fields

Methods

impl CastTarget
[src]

Trait Implementations

impl Clone for CastTarget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CastTarget
[src]

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

impl Debug for CastTarget
[src]

Formats the value using the given formatter. Read more

impl From<Reg> for CastTarget
[src]

Performs the conversion.

impl From<Uniform> for CastTarget
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for CastTarget

impl Sync for CastTarget