Module supercow::ext
[−]
[src]
Miscellaneous things used to integrate other code with Supercow, but which are not of interest to most client developers.
Structs
| BoxedStorage |
Causes the |
| InlineStorage |
Causes the |
| TwoStepArc |
Wrapper providing a |
| TwoStepRc |
Wrapper providing a |
Constants
| MAX_INTERNAL_BORROW_DISPLACEMENT |
The maximum displacement (relative to the start of the object) that a
reference pointing into |
Traits
| ConstDeref |
Marker trait indicating a |
| OwnedStorage |
Describes how an |
| PointerFirstRef |
Marker trait identifying a pointer type which begins with an absolute address and contains no other address-dependent information. |
| PtrRead |
Read trait corresponding to |
| PtrWrite |
Optionally stores a pointer to a value. |
| SafeBorrow |
Extension of |
| SharedFrom |
Like |
| TwoStepShared |
Trait for |