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