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 unaligned big endian primitives

Le

A type alias for unaligned little endian primitives

Native

A type alias for unaligned native endian primitives