Struct dwarfdump::Typed [] [src]

pub struct Typed {
    pub name: String,
    pub value: TypedValue,
    pub modifiers: Modifiers,
}

Fields

Trait Implementations

impl Clone for Typed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Typed
[src]

Formats the value using the given formatter.

impl Display for Typed
[src]

Formats the value using the given formatter. Read more