Struct bancho_packets::ScoreFrame
source · pub struct ScoreFrame {}Expand description
The ScoreFrame uploaded by the bancho client during multiplayer games.
Fields§
§timestamp: i32§id: u8§n300: u16§n100: u16§n50: u16§geki: u16§katu: u16§miss: u16§score: i32§combo: u16§max_combo: u16§perfect: bool§hp: u8§tag_byte: u8§score_v2: boolTrait Implementations§
source§impl BanchoPacketLength for ScoreFrame
impl BanchoPacketLength for ScoreFrame
source§impl BanchoPacketRead<ScoreFrame> for ScoreFrame
impl BanchoPacketRead<ScoreFrame> for ScoreFrame
fn read(reader: &mut PayloadReader<'_>) -> Option<ScoreFrame>
source§impl BanchoPacketWrite for ScoreFrame
impl BanchoPacketWrite for ScoreFrame
source§impl Clone for ScoreFrame
impl Clone for ScoreFrame
source§fn clone(&self) -> ScoreFrame
fn clone(&self) -> ScoreFrame
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ScoreFrame
impl Debug for ScoreFrame
source§impl<'de> Deserialize<'de> for ScoreFrame
impl<'de> Deserialize<'de> for ScoreFrame
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more