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

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

Fields

kind: RegKindsize: Size

Methods

impl Reg[src]

pub fn i8() -> Reg[src]

pub fn i16() -> Reg[src]

pub fn i32() -> Reg[src]

pub fn i64() -> Reg[src]

pub fn f32() -> Reg[src]

pub fn f64() -> Reg[src]

impl Reg[src]

pub fn align<C: HasDataLayout>(&self, cx: &C) -> Align[src]

Trait Implementations

impl Eq for Reg[src]

impl Clone for Reg[src]

impl PartialEq<Reg> for Reg[src]

impl From<Reg> for Uniform[src]

impl From<Reg> for CastTarget[src]

impl Copy for Reg[src]

impl Debug for Reg[src]

Auto Trait Implementations

impl Unpin for Reg

impl Sync for Reg

impl Send for Reg

impl UnwindSafe for Reg

impl RefUnwindSafe for Reg

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T[src]

impl<E> SpecializationError for E[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]