Type Alias NativeEndian

Source
pub type NativeEndian = LittleEndian;
Expand description

Defines system native-endian byte order.

Aliased Type§

pub enum NativeEndian {}