Type Alias NativeEndian
pub type NativeEndian = LittleEndian;
The endianness used by this platform.
This is a type alias for BigEndian or LittleEndian depending on the
endianness of the target platform.
NativeEndianpub type NativeEndian = LittleEndian;
The endianness used by this platform.
This is a type alias for BigEndian or LittleEndian depending on the
endianness of the target platform.