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