Struct dexd::elements::CallSiteIdItem[][src]

pub struct CallSiteIdItem {
    pub offset: u64,
    pub call_site_off: u32,
}

Fields

Trait Implementations

impl Debug for CallSiteIdItem
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations