#[repr(C)]pub struct _tagEOS_AntiCheatClient_Reserved02Options {
pub ApiVersion: i32,
pub Reserved1: i64,
pub Reserved2: u32,
pub Reserved3: u32,
pub Reserved4: *const c_void,
}Expand description
Input parameters for the EOS_AntiCheatClient_Reserved02 function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_ANTICHEATCLIENT_RESERVED02_API_LATEST.
Reserved1: i64Field reserved for future use
Reserved2: u32Field reserved for future use
Reserved3: u32Field reserved for future use
Reserved4: *const c_voidField reserved for future use
Trait Implementations§
Source§impl Clone for _tagEOS_AntiCheatClient_Reserved02Options
impl Clone for _tagEOS_AntiCheatClient_Reserved02Options
Source§fn clone(&self) -> _tagEOS_AntiCheatClient_Reserved02Options
fn clone(&self) -> _tagEOS_AntiCheatClient_Reserved02Options
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_Reserved02Options
Auto Trait Implementations§
impl Freeze for _tagEOS_AntiCheatClient_Reserved02Options
impl RefUnwindSafe for _tagEOS_AntiCheatClient_Reserved02Options
impl !Send for _tagEOS_AntiCheatClient_Reserved02Options
impl !Sync for _tagEOS_AntiCheatClient_Reserved02Options
impl Unpin for _tagEOS_AntiCheatClient_Reserved02Options
impl UnsafeUnpin for _tagEOS_AntiCheatClient_Reserved02Options
impl UnwindSafe for _tagEOS_AntiCheatClient_Reserved02Options
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