Struct cranelift_frontend::Variable [−][src]
pub struct Variable(_);
Expand description
! An opaque reference to a variable.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Variable
impl UnwindSafe for Variable
Blanket Implementations
Mutably borrows from an owned value. Read more