#[repr(C)]pub struct _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo {
pub ClientData: *mut c_void,
pub TargetUserId: EOS_ProductUserId,
pub LocalUserId: EOS_ProductUserId,
pub CustomInviteId: *const c_char,
pub Payload: *const c_char,
}Expand description
Output parameters for the EOS_CustomInvites_OnCustomInviteReceivedCallback Function.
Fields§
§ClientData: *mut c_voidContext that was passed into EOS_CustomInvites_AddNotifyCustomInviteReceived
TargetUserId: EOS_ProductUserIdUser that sent this custom invite
LocalUserId: EOS_ProductUserIdRecipient Local user id
CustomInviteId: *const c_charId of the received Custom Invite
Payload: *const c_charPayload of the received Custom Invite
Trait Implementations§
Source§impl Clone for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
impl Clone for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
Source§fn clone(&self) -> _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
fn clone(&self) -> _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
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_CustomInvites_OnCustomInviteReceivedCallbackInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
impl RefUnwindSafe for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
impl !Send for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
impl !Sync for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
impl Unpin for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
impl UnsafeUnpin for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
impl UnwindSafe for _tagEOS_CustomInvites_OnCustomInviteReceivedCallbackInfo
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