1 2 3 4
#[derive(Default, Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd)] pub(crate) struct InternalCurrentDS { pub(crate) steps_removed: u16, }