Struct hexagon_e::vm::ExecutionState [] [src]

pub struct ExecutionState {
    pub sp: usize,
    pub ip: usize,
}

Fields

Trait Implementations

impl Copy for ExecutionState
[src]

impl Clone for ExecutionState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExecutionState
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ExecutionState
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations