Struct bancho_packets::server::MatchJoinFail
source · pub struct MatchJoinFail {}Expand description
#37: BANCHO_MATCH_JOIN_FAIL
Implementations§
Trait Implementations§
source§impl BanchoPacket for MatchJoinFail
impl BanchoPacket for MatchJoinFail
source§impl BanchoPacketLength for MatchJoinFail
impl BanchoPacketLength for MatchJoinFail
source§impl Clone for MatchJoinFail
impl Clone for MatchJoinFail
source§fn clone(&self) -> MatchJoinFail
fn clone(&self) -> MatchJoinFail
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 moresource§impl Debug for MatchJoinFail
impl Debug for MatchJoinFail
source§impl Default for MatchJoinFail
impl Default for MatchJoinFail
source§fn default() -> MatchJoinFail
fn default() -> MatchJoinFail
Returns the “default value” for a type. Read more