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