Expand description

The Pod trait defines types which can be safely transmuted from any bit pattern.

The DataView type defines read and write data APIs to an underlying byte buffer.

Structs

Read and write data from and to the underlying byte buffer.

Traits

Defines types which can be safely transmuted from any bit pattern.

Derive Macros

Derive macro for the Pod trait.