MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / PointId

Class PointId

src/message.rs:114–119  ·  view source on GitHub ↗

Identifier for a point in a series.

Source from the content-addressed store, hash-verified

112#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
113/// Identifier for a point in a series.
114pub struct PointId {
115 /// ID of the series
116 pub series_id: ShapeId,
117 /// Index within the series [0..len)
118 pub point_index: usize,
119}
120
121/// The hover or pick event.
122#[derive(Debug, Clone, Copy)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected