Struct tracy_client::PlotName
source · pub struct PlotName(_);
Expand description
Name of a plot.
Create with the plot_name!
macro.
Trait Implementations§
source§impl Ord for PlotName
impl Ord for PlotName
source§impl PartialEq<PlotName> for PlotName
impl PartialEq<PlotName> for PlotName
source§impl PartialOrd<PlotName> for PlotName
impl PartialOrd<PlotName> for PlotName
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more