Enum gluon_vm::compiler::Variable [] [src]

pub enum Variable<G> {
    Stack(VmIndex),
    Global(G),
    Constructor(VmTagVmIndex),
    UpVar(VmIndex),
}

Variants

Trait Implementations

impl<G: Clone> Clone for Variable<G>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<G: Debug> Debug for Variable<G>
[src]

Formats the value using the given formatter.