Struct cranelift_codegen::ir::instructions::VariableArgs [−][src]
pub struct VariableArgs(_);Expand description
A variable list of Value operands used for function call arguments and passing arguments to
basic blocks.
Implementations
Convert this to a value list in pool with fixed prepended.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VariableArgs
impl Send for VariableArgs
impl Sync for VariableArgs
impl Unpin for VariableArgs
impl UnwindSafe for VariableArgs
Blanket Implementations
Mutably borrows from an owned value. Read more