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