[][src]Module unsafer::pointers

Structs

Bind

When working with raw pointers, one must be careful to avoid mutable aliasing. Bind is a zero-sized structure that makes it easier by ensuring only one pointer can be dereferenced at a time in the same scope.

Traits

Pointer