Type Alias zerocopy::byteorder::NativeEndian

source ·
pub type NativeEndian = LittleEndian;
Available on crate feature byteorder only.
Expand description

Defines system native-endian serialization.

Note that this type has no value constructor. It is used purely at the type level.

On this platform, this is an alias for LittleEndian.

Aliased Type§

enum NativeEndian {}

Variants§