Struct bancho_packets::client::MatchScoreUpdate
source · pub struct MatchScoreUpdate {
pub play_data: Vec<u8>,
}Expand description
#47: OSU_MATCH_SCORE_UPDATE
Fields§
§play_data: Vec<u8>Implementations§
Trait Implementations§
source§impl BanchoPacket for MatchScoreUpdate
impl BanchoPacket for MatchScoreUpdate
source§impl Clone for MatchScoreUpdate
impl Clone for MatchScoreUpdate
source§fn clone(&self) -> MatchScoreUpdate
fn clone(&self) -> MatchScoreUpdate
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 MatchScoreUpdate
impl Debug for MatchScoreUpdate
source§impl Default for MatchScoreUpdate
impl Default for MatchScoreUpdate
source§fn default() -> MatchScoreUpdate
fn default() -> MatchScoreUpdate
Returns the “default value” for a type. Read more