Struct disassemble::CallSite [] [src]

pub struct CallSite {
    pub call_site_address: Address,
    pub target: CallSiteTarget,
}

Information about a call site.

Fields

The address of the call site.

Information about the target of the call site.

Trait Implementations

impl Clone for CallSite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CallSite
[src]

impl Debug for CallSite
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CallSite
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.