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 duplicate 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
Auto Trait Implementations§
impl Freeze for UserFriendAdd
impl RefUnwindSafe for UserFriendAdd
impl Send for UserFriendAdd
impl Sync for UserFriendAdd
impl Unpin for UserFriendAdd
impl UnwindSafe for UserFriendAdd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more