Struct gdb::Variable [] [src]

pub struct Variable {
    pub name: VarName,
    pub value: Value,
}

Fields

Trait Implementations

impl Debug for Variable
[src]

Formats the value using the given formatter.