#[repr(C)]pub struct _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo {
pub ClientData: *mut c_void,
pub ClientHandle: EOS_AntiCheatCommon_ClientHandle,
pub ClientAuthStatus: EOS_EAntiCheatCommonClientAuthStatus,
}Expand description
Structure containing details about a client/peer authentication status change
Fields§
§ClientData: *mut c_voidCaller-specified context data
ClientHandle: EOS_AntiCheatCommon_ClientHandleThe identifier of the client/peer that this status change applies to. See the RegisterClient and RegisterPeer functions.
ClientAuthStatus: EOS_EAntiCheatCommonClientAuthStatusThe client/peer’s new authentication status
Trait Implementations§
Source§impl Clone for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
impl Clone for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
Source§fn clone(&self) -> _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
fn clone(&self) -> _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
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_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
impl RefUnwindSafe for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
impl !Send for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
impl !Sync for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
impl Unpin for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
impl UnsafeUnpin for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
impl UnwindSafe for _tagEOS_AntiCheatCommon_OnClientAuthStatusChangedCallbackInfo
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