Struct tracy_client::Plot[][src]

pub struct Plot(_);
Expand description

A plot for plotting arbitary f64 values.

Create with the create_plot macro.

Implementations

Add a point with y-axis value of value to the plot.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.