Availability of pages in memory.
struct Availability(u8)
| Position | Description |
|---|---|
| 1 |
| Receiver | Name | Description |
|---|---|---|
self | available | Returns whether a page is in memory. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| MaybeClone | Objects that can be duplicated. |
| Pod | Objects that are safe to use if they contain a random bit pattern. |