Struct bancho_packets::server::UpdateMatch
source · pub struct UpdateMatch {
pub match_data: MatchData,
}Expand description
#26: BANCHO_UPDATE_MATCH
Fields§
§match_data: MatchDataImplementations§
Trait Implementations§
source§impl BanchoPacket for UpdateMatch
impl BanchoPacket for UpdateMatch
source§impl BanchoPacketLength for UpdateMatch
impl BanchoPacketLength for UpdateMatch
source§impl Clone for UpdateMatch
impl Clone for UpdateMatch
source§fn clone(&self) -> UpdateMatch
fn clone(&self) -> UpdateMatch
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 more