#[repr(C)]pub struct _tagEOS_Presence_QueryPresenceCallbackInfo {
pub ResultCode: EOS_EResult,
pub ClientData: *mut c_void,
pub LocalUserId: EOS_EpicAccountId,
pub TargetUserId: EOS_EpicAccountId,
}Expand description
The result meta-data for a presence query.
Fields§
§ResultCode: EOS_EResultResult code for the operation. EOS_Success is returned for a successful query, other codes indicate an error
ClientData: *mut c_voidClient-specified data passed into EOS_Presence_QueryPresence
LocalUserId: EOS_EpicAccountIdThe Epic Account ID of the local user who made this request
TargetUserId: EOS_EpicAccountIdThe Epic Account ID of the user whose presence was potentially queried
Trait Implementations§
Source§impl Clone for _tagEOS_Presence_QueryPresenceCallbackInfo
impl Clone for _tagEOS_Presence_QueryPresenceCallbackInfo
Source§fn clone(&self) -> _tagEOS_Presence_QueryPresenceCallbackInfo
fn clone(&self) -> _tagEOS_Presence_QueryPresenceCallbackInfo
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_Presence_QueryPresenceCallbackInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_Presence_QueryPresenceCallbackInfo
impl RefUnwindSafe for _tagEOS_Presence_QueryPresenceCallbackInfo
impl !Send for _tagEOS_Presence_QueryPresenceCallbackInfo
impl !Sync for _tagEOS_Presence_QueryPresenceCallbackInfo
impl Unpin for _tagEOS_Presence_QueryPresenceCallbackInfo
impl UnsafeUnpin for _tagEOS_Presence_QueryPresenceCallbackInfo
impl UnwindSafe for _tagEOS_Presence_QueryPresenceCallbackInfo
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