Module osiris_data::data::identification
source · Expand description
This module provides ways to identify chunks of memory.
It defines the trait Identifier and structs Address, Area and Cursor.
Structs§
- Describes an address in memory.
- A pointer to a region in memory.
- A managed foreach-pointer to a region in memory.
Traits§
- A trait which means a type can transform into an
usize.