Module pod::endian [] [src]

Containers for primitives

Structs

EndianPrimitive

A POD container for a primitive that stores a value in the specified endianness in memory, and transforms on get/set

Traits

EndianConvert

Describes a value that can be converted to and from a specified byte order.

Type Definitions

Be

A type alias for big endian primitives

Le

A type alias for little endian primitives