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