Struct panini::TraceInfo [] [src]

pub struct TraceInfo {
    pub ids: &'static [u32],
    pub map: &'static [&'static [u32]],
    pub tokens: &'static [&'static [&'static str]],
}

Fields

Trait Implementations

impl Copy for TraceInfo
[src]

impl Clone for TraceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more