Crate intptr

Source
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 IntPtr32 as IntPtr;

Structs§

IntPtr32
Unmanaged 32-bit typed pointer.
IntPtr64
Unmanaged 64-bit typed pointer.