Struct criterion_plot::TicLabels
[−]
[src]
pub struct TicLabels<P, L> {
pub labels: L,
pub positions: P,
}Labels attached to the tics of an axis
Fields
labels: L
Labels to attach to the tics
positions: P
Position of the tics on the axis
Trait Implementations
impl<P, L> Set<TicLabels<P, L>> for Properties where
L: IntoIterator,
L::Item: AsRef<str>,
P: IntoIterator,
P::Item: Data, [src]
L: IntoIterator,
L::Item: AsRef<str>,
P: IntoIterator,
P::Item: Data,
fn set(&mut self, tics: TicLabels<P, L>) -> &mut Properties[src]
Attaches labels to the tics of an axis