Struct bancho_packets::server::MatchPlayerFailed
source · pub struct MatchPlayerFailed {
pub slot_id: i32,
}Expand description
#57: BANCHO_MATCH_PLAYER_FAILED
Fields§
§slot_id: i32Implementations§
Trait Implementations§
source§impl BanchoPacket for MatchPlayerFailed
impl BanchoPacket for MatchPlayerFailed
source§impl Clone for MatchPlayerFailed
impl Clone for MatchPlayerFailed
source§fn clone(&self) -> MatchPlayerFailed
fn clone(&self) -> MatchPlayerFailed
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