Skip to main content

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 interior mutable type (e.g., Perm or atomic types) or a raw pointer.

Traits§

PermTarget
Trait for the types that can be used in a Perm.