pub enum ExceptionHandleFunction {
NtOpenProcess,
NtAllocateVirtualMemory,
NtWriteVirtualMemory,
NtProtectVirtualMemory,
NtCreateThreadEx,
}Variants§
Auto Trait Implementations§
impl Freeze for ExceptionHandleFunction
impl RefUnwindSafe for ExceptionHandleFunction
impl Send for ExceptionHandleFunction
impl Sync for ExceptionHandleFunction
impl Unpin for ExceptionHandleFunction
impl UnsafeUnpin for ExceptionHandleFunction
impl UnwindSafe for ExceptionHandleFunction
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