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