#[repr(C)]pub struct _tagEOS_Friends_OnBlockedUsersUpdateInfo {
pub ClientData: *mut c_void,
pub LocalUserId: EOS_EpicAccountId,
pub TargetUserId: EOS_EpicAccountId,
pub bBlocked: EOS_Bool,
}Expand description
Structure containing information about a blocklist update.
Fields§
§ClientData: *mut c_voidClient-specified data passed into EOS_Friends_AddNotifyBlockedUsersUpdate
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 blocked status is being updated.
bBlocked: EOS_BoolTargetUserId block status (blocked or not).
Trait Implementations§
Source§impl Clone for _tagEOS_Friends_OnBlockedUsersUpdateInfo
impl Clone for _tagEOS_Friends_OnBlockedUsersUpdateInfo
Source§fn clone(&self) -> _tagEOS_Friends_OnBlockedUsersUpdateInfo
fn clone(&self) -> _tagEOS_Friends_OnBlockedUsersUpdateInfo
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_OnBlockedUsersUpdateInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_Friends_OnBlockedUsersUpdateInfo
impl RefUnwindSafe for _tagEOS_Friends_OnBlockedUsersUpdateInfo
impl !Send for _tagEOS_Friends_OnBlockedUsersUpdateInfo
impl !Sync for _tagEOS_Friends_OnBlockedUsersUpdateInfo
impl Unpin for _tagEOS_Friends_OnBlockedUsersUpdateInfo
impl UnsafeUnpin for _tagEOS_Friends_OnBlockedUsersUpdateInfo
impl UnwindSafe for _tagEOS_Friends_OnBlockedUsersUpdateInfo
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