#[repr(C)]pub struct _tagEOS_Friends_OnFriendsUpdateInfo {
pub ClientData: *mut c_void,
pub LocalUserId: EOS_EpicAccountId,
pub TargetUserId: EOS_EpicAccountId,
pub PreviousStatus: EOS_EFriendsStatus,
pub CurrentStatus: EOS_EFriendsStatus,
}Expand description
Structure containing information about a friend status update.
Fields§
§ClientData: *mut c_voidClient-specified data passed into EOS_Friends_AddNotifyFriendsUpdate
LocalUserId: EOS_EpicAccountIdThe Epic Account ID of the local user who is receiving the update
TargetUserId: EOS_EpicAccountIdThe Epic Account ID of the user whose status is being updated.
PreviousStatus: EOS_EFriendsStatusThe previous status of the user.
CurrentStatus: EOS_EFriendsStatusThe current status of the user.
Trait Implementations§
Source§impl Clone for _tagEOS_Friends_OnFriendsUpdateInfo
impl Clone for _tagEOS_Friends_OnFriendsUpdateInfo
Source§fn clone(&self) -> _tagEOS_Friends_OnFriendsUpdateInfo
fn clone(&self) -> _tagEOS_Friends_OnFriendsUpdateInfo
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 moreimpl Copy for _tagEOS_Friends_OnFriendsUpdateInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_Friends_OnFriendsUpdateInfo
impl RefUnwindSafe for _tagEOS_Friends_OnFriendsUpdateInfo
impl !Send for _tagEOS_Friends_OnFriendsUpdateInfo
impl !Sync for _tagEOS_Friends_OnFriendsUpdateInfo
impl Unpin for _tagEOS_Friends_OnFriendsUpdateInfo
impl UnsafeUnpin for _tagEOS_Friends_OnFriendsUpdateInfo
impl UnwindSafe for _tagEOS_Friends_OnFriendsUpdateInfo
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