Crate debug_ptr

Source
Expand description

A wrapper around AtomicPtr that automatically adds a blackbox hint to prevent it from being optimized out. Intended to be used as a write- only pointer used to easily find interested variables when debugging.

Structsยง

  • A pointer wrapper for debugging purposes