Module vm_memory::bytes[][src]

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

Traits

AtomicAccess

A trait used to identify types which can be accessed atomically by proxy.

ByteValued

Types for which it is safe to initialize from raw data.

Bytes

A container to host a range of bytes and access its content.