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