#[repr(C)]pub struct _tagEOS_AntiCheatCommon_LogEventParamPair {
pub ParamValueType: EOS_EAntiCheatCommonEventParamType,
pub ParamValue: _tagEOS_AntiCheatCommon_LogEventParamPair__bindgen_ty_1,
}Expand description
Log Event Parameter.
Fields§
§ParamValueType: EOS_EAntiCheatCommonEventParamTypeParameter type
ParamValue: _tagEOS_AntiCheatCommon_LogEventParamPair__bindgen_ty_1Parameter value
Trait Implementations§
Source§impl Clone for _tagEOS_AntiCheatCommon_LogEventParamPair
impl Clone for _tagEOS_AntiCheatCommon_LogEventParamPair
Source§fn clone(&self) -> _tagEOS_AntiCheatCommon_LogEventParamPair
fn clone(&self) -> _tagEOS_AntiCheatCommon_LogEventParamPair
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_LogEventParamPair
Auto Trait Implementations§
impl Freeze for _tagEOS_AntiCheatCommon_LogEventParamPair
impl RefUnwindSafe for _tagEOS_AntiCheatCommon_LogEventParamPair
impl !Send for _tagEOS_AntiCheatCommon_LogEventParamPair
impl !Sync for _tagEOS_AntiCheatCommon_LogEventParamPair
impl Unpin for _tagEOS_AntiCheatCommon_LogEventParamPair
impl UnsafeUnpin for _tagEOS_AntiCheatCommon_LogEventParamPair
impl UnwindSafe for _tagEOS_AntiCheatCommon_LogEventParamPair
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