Trait mischief::RestructurablePointer
source · [−]pub unsafe trait RestructurablePointer: Destructure { }
Expand description
A Pointer
that may be restructured with munge
.
Safety
This type’s Destructure::underlying
implementation must return the same
pointer as Pointer::target
.