Struct disassemble::CallSite
[−]
[src]
pub struct CallSite {
pub call_site_address: Address,
pub target: CallSiteTarget,
}Information about a call site.
Fields
call_site_address: Address
The address of the call site.
target: CallSiteTarget
Information about the target of the call site.
Trait Implementations
impl Clone for CallSite[src]
fn clone(&self) -> CallSite[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for CallSite[src]
impl Debug for CallSite[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more