Enum cranelift_codegen::machinst::abi_impl::ABIArgSlot [−][src]
A location for (part of) an argument or return value. These “storage slots” are specified for each register-sized part of an argument.
Variants
In a real register.
Fields of Reg
reg: RealReg
Register that holds this arg.
ty: Type
Value type of this arg.
extension: ArgumentExtension
Should this arg be zero- or sign-extended?
Arguments only: on stack, at given offset from SP at entry.
Fields of Stack
offset: i64
Offset of this arg relative to the base of stack args.
ty: Type
Value type of this arg.
extension: ArgumentExtension
Should this arg be zero- or sign-extended?
Trait Implementations
impl Clone for ABIArgSlot
[src]
fn clone(&self) -> ABIArgSlot
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ABIArgSlot
[src]
impl Debug for ABIArgSlot
[src]
impl Eq for ABIArgSlot
[src]
impl PartialEq<ABIArgSlot> for ABIArgSlot
[src]
fn eq(&self, other: &ABIArgSlot) -> bool
[src]
fn ne(&self, other: &ABIArgSlot) -> bool
[src]
impl StructuralEq for ABIArgSlot
[src]
impl StructuralPartialEq for ABIArgSlot
[src]
Auto Trait Implementations
impl RefUnwindSafe for ABIArgSlot
impl Send for ABIArgSlot
impl Sync for ABIArgSlot
impl Unpin for ABIArgSlot
impl UnwindSafe for ABIArgSlot
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,