Struct bancho_packets::client::UserJoinMatch
source · pub struct UserJoinMatch<'a> {
pub match_id: i32,
pub match_password: CowStr<'a>,
}Expand description
#32: OSU_USER_JOIN_MATCH
Fields§
§match_id: i32§match_password: CowStr<'a>Implementations§
Trait Implementations§
source§impl<'a> BanchoPacket for UserJoinMatch<'a>
impl<'a> BanchoPacket for UserJoinMatch<'a>
source§impl<'a> BanchoPacketLength for UserJoinMatch<'a>
impl<'a> BanchoPacketLength for UserJoinMatch<'a>
source§impl<'a> Clone for UserJoinMatch<'a>
impl<'a> Clone for UserJoinMatch<'a>
source§fn clone(&self) -> UserJoinMatch<'a>
fn clone(&self) -> UserJoinMatch<'a>
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<'a> Debug for UserJoinMatch<'a>
impl<'a> Debug for UserJoinMatch<'a>
source§impl<'a> Default for UserJoinMatch<'a>
impl<'a> Default for UserJoinMatch<'a>
source§fn default() -> UserJoinMatch<'a>
fn default() -> UserJoinMatch<'a>
Returns the “default value” for a type. Read more