Struct reform::structure::GlobalVarInfo[][src]

pub struct GlobalVarInfo {
    pub func_attribs: HashMap<VarName, Vec<FunctionAttributes>>,
    pub user_functions: HashMap<VarName, (Vec<VarName>, Element)>,
    pub log_level: usize,
    // some fields omitted
}

Keeps track of global state that is immutable during execution.

Fields

Methods

impl GlobalVarInfo
[src]

Trait Implementations

impl Debug for GlobalVarInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for GlobalVarInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations