Enum gdb::Value [] [src]

pub enum Value {
    String(Constant),
    VariableList(Vec<Variable>),
    ValueList(Vec<Value>),
}

Variants

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.