Enum gnuplot::Tick [−][src]
pub enum Tick<T, S> {
Major(T, AutoOption<S>),
Minor(T),
}Expand description
Specifies a type of axis tick
Variants
Major(T, AutoOption<S>)Major ticks have position and an optional label. The label may have a single C-style format specifier which will be replaced by the location of the tick
Minor ticks only have position
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<T, S> RefUnwindSafe for Tick<T, S> where
S: RefUnwindSafe,
T: RefUnwindSafe, impl<T, S> UnwindSafe for Tick<T, S> where
S: UnwindSafe,
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more