Struct dwarfdump::Function [] [src]

pub struct Function {
    pub name: Option<String>,
    pub typed: Typed,
    pub parameters: Parameters,
}

Fields

Trait Implementations

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Function
[src]

Formats the value using the given formatter.

impl Display for Function
[src]

Formats the value using the given formatter. Read more