Module perm

Module perm 

Source
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., Perm or atomic types) or a raw pointer.

Traits§

Container