#[repr(u32)]pub enum CheatOperations {
OpReadMemory = 2_305,
OpWriteMemory = 2_306,
OpGetModuleBase = 2_307,
OpStartGuard = 2_308,
OpStopGuard = 2_309,
OpGetTid = 2_310,
}Variants§
OpReadMemory = 2_305
OpWriteMemory = 2_306
OpGetModuleBase = 2_307
OpStartGuard = 2_308
OpStopGuard = 2_309
OpGetTid = 2_310
Trait Implementations§
Source§impl Clone for CheatOperations
impl Clone for CheatOperations
Source§fn clone(&self) -> CheatOperations
fn clone(&self) -> CheatOperations
Returns a copy 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 moreSource§impl Debug for CheatOperations
impl Debug for CheatOperations
Source§impl PartialEq for CheatOperations
impl PartialEq for CheatOperations
impl Copy for CheatOperations
impl Eq for CheatOperations
impl StructuralPartialEq for CheatOperations
Auto Trait Implementations§
impl Freeze for CheatOperations
impl RefUnwindSafe for CheatOperations
impl Send for CheatOperations
impl Sync for CheatOperations
impl Unpin for CheatOperations
impl UnwindSafe for CheatOperations
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