Struct mycon::Trace[][src]

pub struct Trace<'a> { /* fields omitted */ }

Values available to trace output.

Methods

impl<'a> Trace<'a>
[src]

Returns the ID of the IP that executed a command.

Returns the command that was executed.

Returns the position at which the command was encountered.

Returns the stacks of the IP after the command was executed.

Auto Trait Implementations

impl<'a> Send for Trace<'a>

impl<'a> Sync for Trace<'a>