NE

Type Alias NE 

Source
pub type NE = LittleEndian;
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ยง

pub enum NE {}