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