Struct itm::packet::Instrumentation[][src]

pub struct Instrumentation { /* fields omitted */ }

Contents of an Instrumentation packet, with data from a software application

Methods

impl Instrumentation
[src]

Data in this packet.

Stimulus port this packet was sent from.

Trait Implementations

impl Debug for Instrumentation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations