vm_memory

Module bytes

Source
Expand description

Define the ByteValued trait to mark that it is safe to instantiate the struct with random data.

Traitsยง

  • A trait used to identify types which can be accessed atomically by proxy.
  • Types for which it is safe to initialize from raw data.
  • A container to host a range of bytes and access its content.