Struct flame::Note [] [src]

pub struct Note {
    pub name: StrCow,
    pub description: Option<StrCow>,
    pub instant: u64,
    // some fields omitted
}

A note for use in debugging.

Fields

A short name describing what happened at some instant in time

A longer description

The time that the note was added

Trait Implementations

impl Debug for Note
[src]

Formats the value using the given formatter.

impl Clone for Note
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more