[][src]Crate intptr

IntPtr

This crate's purpose is to model 32-bit and 64-bit 'pointers' to memory outside of your address space.

Eg. when interacting with other processes' memory address space.

Structs

IntPtr

Unmanaged 64-bit typed pointer.

IntPtr32

Unmanaged 32-bit typed pointer.

IntPtr64

Unmanaged 64-bit typed pointer.