Type Alias zerocopy::byteorder::NativeEndian

source ·
pub type NativeEndian = LittleEndian;
Expand description

The endianness used by this platform.

This is a type alias for BigEndian or LittleEndian depending on the endianness of the target platform.

Aliased Type§

enum NativeEndian {}

Variants§