#[repr(C)]pub struct _tagEOS_AntiCheatCommon_RegisterEventParamDef {
pub ParamName: *const c_char,
pub ParamType: EOS_EAntiCheatCommonEventParamType,
}Expand description
Register Event Parameter Definition.
Fields§
§ParamName: *const c_charParameter name. Allowed characters are 0-9, A-Z, a-z, ‘_’, ‘-’
ParamType: EOS_EAntiCheatCommonEventParamTypeParameter type
Trait Implementations§
Source§impl Clone for _tagEOS_AntiCheatCommon_RegisterEventParamDef
impl Clone for _tagEOS_AntiCheatCommon_RegisterEventParamDef
Source§fn clone(&self) -> _tagEOS_AntiCheatCommon_RegisterEventParamDef
fn clone(&self) -> _tagEOS_AntiCheatCommon_RegisterEventParamDef
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_RegisterEventParamDef
Auto Trait Implementations§
impl Freeze for _tagEOS_AntiCheatCommon_RegisterEventParamDef
impl RefUnwindSafe for _tagEOS_AntiCheatCommon_RegisterEventParamDef
impl !Send for _tagEOS_AntiCheatCommon_RegisterEventParamDef
impl !Sync for _tagEOS_AntiCheatCommon_RegisterEventParamDef
impl Unpin for _tagEOS_AntiCheatCommon_RegisterEventParamDef
impl UnsafeUnpin for _tagEOS_AntiCheatCommon_RegisterEventParamDef
impl UnwindSafe for _tagEOS_AntiCheatCommon_RegisterEventParamDef
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