Crate dataview[][src]

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

DataView

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

Traits

Pod

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

Derive Macros

Pod

Derive macro for the Pod trait.