#[repr(C)]pub struct _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo {
pub ClientData: *mut c_void,
pub MessageData: *const c_void,
pub MessageDataSizeBytes: u32,
}Expand description
Structure containing details about a new message that must be dispatched to the game server.
Fields§
§ClientData: *mut c_voidCaller-specified context data
MessageData: *const c_voidThe message data that must be sent to the server
MessageDataSizeBytes: u32The size in bytes of MessageData
Trait Implementations§
Source§impl Clone for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
impl Clone for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
Source§fn clone(&self) -> _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
fn clone(&self) -> _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
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_AntiCheatClient_OnMessageToServerCallbackInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
impl RefUnwindSafe for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
impl !Send for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
impl !Sync for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
impl Unpin for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
impl UnsafeUnpin for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
impl UnwindSafe for _tagEOS_AntiCheatClient_OnMessageToServerCallbackInfo
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