Macros§
- deborrow
- A safe way to borrow multiple fields of a struct mutably at once.
Structs§
- Reference
- A reference which can be shared between threads and converted back into normal refs anywhere.
Traits§
Functions§
- deborrow⚠
- Make the compiler forget about a borrow: A slightly safer variant to transmuting plainly.
- deborrow_
mut ⚠ - Make the compiler forget about a borrow: A slightly safer variant to transmuting plainly.
- ref_
to_ ⚠mut - Transforms a reference into a mutable reference of the same lifetime