Struct disassemble::Address [] [src]

pub struct Address { /* fields omitted */ }

The location of something in an address space.

This is used to provide a location of a Function, Instruction, or other item.

XXX: Should this have any indication for what type of address it is? An address might be an address within a file, a resolved address after being loaded, etc.

XXX: Should this include any information about the address space that it is from?

Methods

impl Address
[src]

Construct an Address.

Trait Implementations

impl Clone for Address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Address
[src]

impl Debug for Address
[src]

Formats the value using the given formatter.