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

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

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. Read more

Auto Trait Implementations

impl<G> Send for Variable<G> where
    G: Send

impl<G> Sync for Variable<G> where
    G: Sync