Enum dwarfdump::TypedValue [] [src]

pub enum TypedValue {
    Base,
    Enum,
    Typedef(Box<Typed>),
    Function(Box<Function>),
    Struct(Members),
    Union(Members),
    Array(Box<Typed>, u16),
    Circular,
}

Variants

Trait Implementations

impl Clone for TypedValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypedValue
[src]

Formats the value using the given formatter.