Module minhook::function
[−]
[src]
Module containing information about hookable functions.
The traits in this module are automatically implemented and should generally not be implemented by users of this library.
Structs
FnPointer |
An untyped function pointer. |
Traits
Function |
Trait representing a function that can be used as a target function or detour function for hooking. |
HookableWith |
Marker trait indicating that the function |
UnsafeFunction |
Trait representing an unsafe function. |