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