Enum obfuscate_integer::Ei16 [−][src]
Expand description
Ei16 is the basic storage unit of Oi16 it would prevent Cheat Engine from figure out what is changed, thus stop Cheat Engine modify the value.
Warning:
This might be a quite early version, all the pub
flag may be changed in the future
since its performance is 100x slower than using the primitive type
for 0.1.0 users, please do not update to 0.2.x since that could be a breaking change.
Do not feel surprise if you find the version number become 0.1.3511
Variants
SS(i16, i16)
SC(i16, Oi16)
CS(Oi16, i16)
CC(Oi16, Oi16)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ei16
impl UnwindSafe for Ei16
Blanket Implementations
Mutably borrows from an owned value. Read more