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