[][src]Crate dataview

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 buffer.

Structs

DataView

Read and write data APIs to the underlying buffer.

Traits

Pod

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

Derive Macros

Pod

Auto derive the Pod trait for structs.