Module mem_tools::mem

source ·
Expand description

Collection of general purpose meta tools.

Modules§

  • Exposed namespace of the module.
  • Orphan namespace of the module.
  • Prelude to use essentials: use my_module::prelude::*.
  • Protected namespace of the module.

Functions§

  • Are two pointers points on the same data.
  • Are two pointers are the same, not taking into accoint type.
  • Are two pointers points on the same region, ie same size and same pointer.
  • Are two pointers points on data of the same size.