Traits§
- A type implementing this trait guarantees that accessing instances of that type outside of their original virtual address space does not violate Rust’s safety requirements.
Derive Macros§
- Implement
vasi::VirtualAddressSpaceIndependent
for the annotated type. Requires all fields to implementvasi::VirtualAddressSpaceIndependent
.