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 Self can be hooked by the given function D.

UnsafeFunction

Trait representing an unsafe function.