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