Struct bancho_packets::server::MatchScoreUpdate
source · pub struct MatchScoreUpdate {
pub scoreframe: ScoreFrame,
}Expand description
#48: BANCHO_MATCH_SCORE_UPDATE
Fields§
§scoreframe: ScoreFrameImplementations§
source§impl MatchScoreUpdate
impl MatchScoreUpdate
pub fn new(scoreframe: ScoreFrame) -> Self
pub fn pack(scoreframe: ScoreFrame) -> Vec<u8> ⓘ
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