Module vm_memory::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.