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