Expand description
Types for compile-time and run-time endianness.
Structs§
- Compile-time big endian byte order.
- An unaligned
i16value with an externally specified endianness of typeE. - An unaligned
i32value with an externally specified endianness of typeE. - An unaligned
i64value with an externally specified endianness of typeE. - Compile-time little endian byte order.
- An unaligned
u16value with an externally specified endianness of typeE. - An unaligned
u32value with an externally specified endianness of typeE. - An unaligned
u64value with an externally specified endianness of typeE.
Enums§
- An endianness that is selectable at run-time.
Traits§
- A trait for using an endianness specification.
Type Aliases§
- An
i16value with an externally specified endianness of typeE. - An
i32value with an externally specified endianness of typeE. - An
i64value with an externally specified endianness of typeE. - The native endianness for the target platform.
- A
u16value with an externally specified endianness of typeE. - A
u32value with an externally specified endianness of typeE. - A
u64value with an externally specified endianness of typeE.