Enum obfuscate_integer::Ei128[][src]

pub enum Ei128 {
    SS(i128i128),
    SC(i128Oi128),
    CS(Oi128i128),
    CC(Oi128Oi128),
}
Expand description

Ei128 is the basic storage unit of Oi128 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(i128i128)

Tuple Fields

0: i128
1: i128

SC(i128Oi128)

Tuple Fields

0: i128
1: Oi128

CS(Oi128i128)

Tuple Fields

0: Oi128
1: i128

CC(Oi128Oi128)

Tuple Fields

0: Oi128
1: Oi128

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.