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

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

Fields

fn_name: Arc<String> file: Option<Arc<String>> stack_len: usize local_len: usize

Trait Implementations

impl Debug for Call
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.