Struct bancho_packets::client::UserPresenceRequestAll
source · pub struct UserPresenceRequestAll {
pub ingame_time: i32,
}Expand description
#98: OSU_USER_PRESENCE_REQUEST_ALL
Fields§
§ingame_time: i32Implementations§
Trait Implementations§
source§impl Clone for UserPresenceRequestAll
impl Clone for UserPresenceRequestAll
source§fn clone(&self) -> UserPresenceRequestAll
fn clone(&self) -> UserPresenceRequestAll
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