1 2 3 4 5 6 7 8 9
/// TODO: Figure out what this is for. #[derive(Copy, Clone, Debug, Default)] #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] pub struct Ack; /// Request a detailed score packet from the server. #[derive(Copy, Clone, Debug, Default)] #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] pub struct ScoreDetailed;