Struct bancho_packets::client::MatchChangeMods
source · pub struct MatchChangeMods {
pub mods: i32,
}Expand description
#51: OSU_MATCH_CHANGE_MODS
Fields§
§mods: i32Implementations§
Trait Implementations§
source§impl BanchoPacket for MatchChangeMods
impl BanchoPacket for MatchChangeMods
source§impl BanchoPacketLength for MatchChangeMods
impl BanchoPacketLength for MatchChangeMods
source§impl Clone for MatchChangeMods
impl Clone for MatchChangeMods
source§fn clone(&self) -> MatchChangeMods
fn clone(&self) -> MatchChangeMods
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