[−][src]Module object::endian
Types for compile-time and run-time endianness.
Structs
BigEndian | Compile-time big endian byte order. |
I16 | An |
I32 | An |
I64 | An |
LittleEndian | Compile-time little endian byte order. |
U16 | A |
U16Bytes | An unaligned |
U32 | A |
U32Bytes | An unaligned |
U64 | A |
U64Bytes | An unaligned |
Enums
Endianness | An endianness that is selectable at run-time. |
Traits
Endian | A trait for using an endianness specification. |
Type Definitions
NativeEndian | The native endianness for the target platform. |