pub trait FixedEndian: Sealed + Copy { const ENDIAN: Endian; }
Trait for types that represent fixed endianness.
Fixed endianness value of the type.