Type Alias object::endian::NativeEndian

source ·
pub type NativeEndian = LittleEndian;
Expand description

The native endianness for the target platform.

Aliased Type§

struct NativeEndian;