Expand description

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.

Re-exports

pub use IntPtr64 as IntPtr;

Structs

Unmanaged 32-bit typed pointer.

Unmanaged 64-bit typed pointer.