Trait detour::HookableWith [] [src]

pub unsafe trait HookableWith<D: Function>: Function { }

Trait indicating that Self can be detoured by the given function D.

Implementations on Foreign Types

impl<Ret: 'static> HookableWith<fn() -> Ret> for unsafe fn() -> Ret
[src]

impl<Ret: 'static> HookableWith<extern "cdecl" fn() -> Ret> for unsafe extern "cdecl" fn() -> Ret
[src]

impl<Ret: 'static> HookableWith<extern "stdcall" fn() -> Ret> for unsafe extern "stdcall" fn() -> Ret
[src]

impl<Ret: 'static> HookableWith<extern "fastcall" fn() -> Ret> for unsafe extern "fastcall" fn() -> Ret
[src]

impl<Ret: 'static> HookableWith<extern "win64" fn() -> Ret> for unsafe extern "win64" fn() -> Ret
[src]

impl<Ret: 'static> HookableWith<extern "C" fn() -> Ret> for unsafe extern "C" fn() -> Ret
[src]

impl<Ret: 'static> HookableWith<extern "system" fn() -> Ret> for unsafe extern "system" fn() -> Ret
[src]

impl<Ret: 'static, A: 'static> HookableWith<fn(_: A) -> Ret> for unsafe fn(_: A) -> Ret
[src]

impl<Ret: 'static, A: 'static> HookableWith<extern "cdecl" fn(_: A) -> Ret> for unsafe extern "cdecl" fn(_: A) -> Ret
[src]

impl<Ret: 'static, A: 'static> HookableWith<extern "stdcall" fn(_: A) -> Ret> for unsafe extern "stdcall" fn(_: A) -> Ret
[src]

impl<Ret: 'static, A: 'static> HookableWith<extern "fastcall" fn(_: A) -> Ret> for unsafe extern "fastcall" fn(_: A) -> Ret
[src]

impl<Ret: 'static, A: 'static> HookableWith<extern "win64" fn(_: A) -> Ret> for unsafe extern "win64" fn(_: A) -> Ret
[src]

impl<Ret: 'static, A: 'static> HookableWith<extern "C" fn(_: A) -> Ret> for unsafe extern "C" fn(_: A) -> Ret
[src]

impl<Ret: 'static, A: 'static> HookableWith<extern "system" fn(_: A) -> Ret> for unsafe extern "system" fn(_: A) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static> HookableWith<fn(_: A, _: B) -> Ret> for unsafe fn(_: A, _: B) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static> HookableWith<extern "cdecl" fn(_: A, _: B) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static> HookableWith<extern "stdcall" fn(_: A, _: B) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static> HookableWith<extern "fastcall" fn(_: A, _: B) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static> HookableWith<extern "win64" fn(_: A, _: B) -> Ret> for unsafe extern "win64" fn(_: A, _: B) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static> HookableWith<extern "C" fn(_: A, _: B) -> Ret> for unsafe extern "C" fn(_: A, _: B) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static> HookableWith<extern "system" fn(_: A, _: B) -> Ret> for unsafe extern "system" fn(_: A, _: B) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static> HookableWith<fn(_: A, _: B, _: C) -> Ret> for unsafe fn(_: A, _: B, _: C) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static> HookableWith<fn(_: A, _: B, _: C, _: D) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> HookableWith<fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret> for unsafe fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> HookableWith<extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret> for unsafe extern "cdecl" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> HookableWith<extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret> for unsafe extern "stdcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> HookableWith<extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret> for unsafe extern "fastcall" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> HookableWith<extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret> for unsafe extern "win64" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> HookableWith<extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret> for unsafe extern "C" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret
[src]

impl<Ret: 'static, A: 'static, B: 'static, C: 'static, D: 'static, E: 'static, F: 'static, G: 'static, H: 'static, I: 'static, J: 'static, K: 'static, L: 'static, M: 'static, N: 'static> HookableWith<extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret> for unsafe extern "system" fn(_: A, _: B, _: C, _: D, _: E, _: F, _: G, _: H, _: I, _: J, _: K, _: L, _: M, _: N) -> Ret
[src]

Implementors