Enum dwarf_x86::ArgumentLocation [] [src]

pub enum ArgumentLocation {
    OffsetFromStackPointer(i64),
    Register(X86Register),
}

Variants

Trait Implementations

impl Debug for ArgumentLocation
[src]

[src]

Formats the value using the given formatter.

impl Copy for ArgumentLocation
[src]

impl Clone for ArgumentLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more