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 moresource§impl Debug for MatchChangeSlot
impl Debug for MatchChangeSlot
source§impl Default for MatchChangeSlot
impl Default for MatchChangeSlot
source§fn default() -> MatchChangeSlot
fn default() -> MatchChangeSlot
Returns the “default value” for a type. Read more