Searched defs:PointMarker (Results 1 – 2 of 2) sorted by relevance
13 pub struct PointMarker(u8); struct15 impl PointMarker { impl112 pub fn set_marker(&mut self, marker: PointMarker) { in set_marker()117 pub fn clear_marker(&mut self, marker: PointMarker) { in clear_marker()
396 fn touched_marker(self) -> PointMarker { in touched_marker()