Struct gluon_vm::compiler::DebugInfo [] [src]

pub struct DebugInfo {
    pub source_map: SourceMap,
    pub local_map: LocalMap,
    pub upvars: Vec<UpvarInfo>,
    pub source_name: String,
}

Fields

Maps instruction indexes to the line that spawned them

Trait Implementations

impl Debug for DebugInfo
[src]

[src]

Formats the value using the given formatter.

impl Default for DebugInfo
[src]

[src]

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

impl PartialEq for DebugInfo
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.