Enum falcon::executor::SuccessorType [] [src]

pub enum SuccessorType {
    FallThrough,
    Branch(u64),
    Raise(Expression),
}

A representation of the successor location in an il::Program after execution of an il::Operation.

Variants

Trait Implementations

impl Clone for SuccessorType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SuccessorType
[src]

[src]

Formats the value using the given formatter.