Struct dwarf_x86::Function [] [src]

pub struct Function {
    pub name: String,
    pub arguments: Vec<Argument>,
    pub start_address: u64,
}

Fields

Trait Implementations

impl Debug for Function
[src]

[src]

Formats the value using the given formatter.