#[repr(C)]pub struct _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo {
pub ClientData: *mut c_void,
pub FromUserId: EOS_ProductUserId,
pub ToUserId: EOS_ProductUserId,
}Expand description
Output parameters for the EOS_CustomInvites_AddNotifyRequestToJoinReceived function.
Fields§
§ClientData: *mut c_voidContext that was passed into EOS_CustomInvites_AddNotifyRequestToJoinReceived
FromUserId: EOS_ProductUserIdUser that sent this response
ToUserId: EOS_ProductUserIdRecipient Local user id
Trait Implementations§
Source§impl Clone for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
impl Clone for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
Source§fn clone(&self) -> _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
fn clone(&self) -> _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
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_RequestToJoinReceivedCallbackInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
impl RefUnwindSafe for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
impl !Send for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
impl !Sync for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
impl Unpin for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
impl UnsafeUnpin for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
impl UnwindSafe for _tagEOS_CustomInvites_RequestToJoinReceivedCallbackInfo
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