| 485 | #[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 486 | #[cfg_attr(feature = "serde", derive(serde::Serialize), serde())] |
| 487 | pub struct Dimension(Cursor); |
| 488 | cursor_wrapped!(Dimension); |
| 489 | |
| 490 | impl PartialEq<f32> for Dimension { |
no outgoing calls