Struct dyon::runtime::Call [] [src]

pub struct Call {
    pub fn_name: Arc<String>,
    pub index: usize,
    pub file: Option<Arc<String>>,
    pub stack_len: usize,
    pub local_len: usize,
    pub current_len: usize,
}

Fields

The index of the relative function in module.

Trait Implementations

impl Debug for Call
[src]

[src]

Formats the value using the given formatter.