Struct bancho_packets::server::SpectatorLeft
source · pub struct SpectatorLeft {
pub user_id: i32,
}Expand description
#14: BANCHO_SPECTATOR_LEFT
Fields§
§user_id: i32Implementations§
Trait Implementations§
source§impl BanchoPacket for SpectatorLeft
impl BanchoPacket for SpectatorLeft
source§impl BanchoPacketLength for SpectatorLeft
impl BanchoPacketLength for SpectatorLeft
source§impl Clone for SpectatorLeft
impl Clone for SpectatorLeft
source§fn clone(&self) -> SpectatorLeft
fn clone(&self) -> SpectatorLeft
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 more