| 132 | #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)] |
| 133 | #[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))] |
| 134 | pub struct DynamicStackSlot(u32); |
| 135 | entity_impl!(DynamicStackSlot, "dss"); |
| 136 | |
| 137 | impl DynamicStackSlot { |
no outgoing calls
no test coverage detected