Enum cranelift_codegen::machinst::abi_impl::ArgsOrRets [−][src]
pub enum ArgsOrRets {
Args,
Rets,
}Are we computing information about arguments or return values? Much of the handling is factored out into common routines; this enum allows us to distinguish which case we’re handling.
Variants
Arguments.
Return values.
Trait Implementations
impl Clone for ArgsOrRets[src]
impl Clone for ArgsOrRets[src]fn clone(&self) -> ArgsOrRets[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<ArgsOrRets> for ArgsOrRets[src]
impl PartialEq<ArgsOrRets> for ArgsOrRets[src]