Struct rustc_target::abi::call::Reg [−][src]
Fields
kind: RegKind
size: Size
Methods
impl Reg[src]
impl Regpub fn i8() -> Reg[src]
pub fn i8() -> Regpub fn i16() -> Reg[src]
pub fn i16() -> Regpub fn i32() -> Reg[src]
pub fn i32() -> Regpub fn i64() -> Reg[src]
pub fn i64() -> Regpub fn f32() -> Reg[src]
pub fn f32() -> Regpub fn f64() -> Reg[src]
pub fn f64() -> Regimpl Reg[src]
impl Regpub fn align<C: HasDataLayout>(&self, cx: C) -> Align[src]
pub fn align<C: HasDataLayout>(&self, cx: C) -> AlignTrait Implementations
impl Copy for Reg[src]
impl Copy for Regimpl Clone for Reg[src]
impl Clone for Regfn clone(&self) -> Reg[src]
fn clone(&self) -> RegReturns 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 PartialEq for Reg[src]
impl PartialEq for Regfn eq(&self, other: &Reg) -> bool[src]
fn eq(&self, other: &Reg) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Reg) -> bool[src]
fn ne(&self, other: &Reg) -> boolThis method tests for !=.
impl Eq for Reg[src]
impl Eq for Regimpl Debug for Reg[src]
impl Debug for Regfn 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 Uniform[src]
impl From<Reg> for Uniformimpl From<Reg> for CastTarget[src]
impl From<Reg> for CastTargetfn from(unit: Reg) -> CastTarget[src]
fn from(unit: Reg) -> CastTargetPerforms the conversion.