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