Struct bancho_packets::client::TournamentJoinMatchChannel
source · pub struct TournamentJoinMatchChannel {
pub match_id: i32,
}Expand description
#108: OSU_TOURNAMENT_JOIN_MATCH_CHANNEL
Fields§
§match_id: i32Implementations§
Trait Implementations§
source§impl Clone for TournamentJoinMatchChannel
impl Clone for TournamentJoinMatchChannel
source§fn clone(&self) -> TournamentJoinMatchChannel
fn clone(&self) -> TournamentJoinMatchChannel
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