Expand description
Generic permissions for accessing memory pointed to by pointers or within an interior mutable type.
Structs§
- Perm
- Token that represents the ownership of the contents of a container object. The container is
either an interrior mutable type (e.g.,
Permor atomic types) or a raw pointer.