Struct rustc_target::abi::call::CastTarget [−][src]
pub struct CastTarget {
pub prefix: [Option<RegKind>; 8],
pub prefix_chunk: Size,
pub rest: Uniform,
}Fields
prefix: [Option<RegKind>; 8]
prefix_chunk: Size
rest: Uniform
Methods
impl CastTarget[src]
impl CastTargetpub fn pair(a: Reg, b: Reg) -> CastTarget[src]
pub fn pair(a: Reg, b: Reg) -> CastTargetpub fn size<C: HasDataLayout>(&self, cx: C) -> Size[src]
pub fn size<C: HasDataLayout>(&self, cx: C) -> Sizepub fn align<C: HasDataLayout>(&self, cx: C) -> Align[src]
pub fn align<C: HasDataLayout>(&self, cx: C) -> AlignTrait Implementations
impl Clone for CastTarget[src]
impl Clone for CastTargetfn clone(&self) -> CastTarget[src]
fn clone(&self) -> CastTargetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for CastTarget[src]
impl Copy for CastTargetimpl PartialEq for CastTarget[src]
impl PartialEq for CastTargetfn eq(&self, other: &CastTarget) -> bool[src]
fn eq(&self, other: &CastTarget) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CastTarget) -> bool[src]
fn ne(&self, other: &CastTarget) -> boolThis method tests for !=.
impl Eq for CastTarget[src]
impl Eq for CastTargetimpl Debug for CastTarget[src]
impl Debug for CastTargetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Reg> for CastTarget[src]
impl From<Reg> for CastTargetfn from(unit: Reg) -> CastTarget[src]
fn from(unit: Reg) -> CastTargetPerforms the conversion.
impl From<Uniform> for CastTarget[src]
impl From<Uniform> for CastTargetfn from(uniform: Uniform) -> CastTarget[src]
fn from(uniform: Uniform) -> CastTargetPerforms the conversion.
Auto Trait Implementations
impl Send for CastTarget
impl Send for CastTargetimpl Sync for CastTarget
impl Sync for CastTarget