Modules§
- stacked_
borrows - Implements “Stacked Borrows”. See https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md for further information.
- tree_
borrows
Structs§
- BorTag
- Tracking pointer provenance
- Frame
State - Per-call-stack-frame data for borrow tracking
- Global
State Inner - Extra global state, available to the memory access hooks.
Enums§
- Alloc
State - Extra per-allocation data for borrow tracking
- Borrow
Tracker Method - Which borrow tracking method to use
- Protector
Kind - The flavor of the protector.
- Retag
Fields - Policy on whether to recurse into fields to retag
Traits§
Type Aliases§
- Global
State - We need interior mutable access to the global state.