Struct poloto::Tick [−][src]
pub struct Tick<I> {
pub position: I,
pub value: I,
}Expand description
One interval tick
Fields
position: Ivalue: IIf TickInfo::display_relative is None, then this has the same value as Tick::position
Trait Implementations
Auto Trait Implementations
impl<I> RefUnwindSafe for Tick<I> where
I: RefUnwindSafe,
impl<I> UnwindSafe for Tick<I> where
I: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
