Struct bancho_packets::client::UserLogout
source · pub struct UserLogout {
pub user_id: i32,
}Expand description
#2: OSU_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 more