Type Alias NativeEndian

Source
pub type NativeEndian = LittleEndian;
Expand description

A type alias for the native endianness of the target platform.

Aliased Typeยง

pub struct NativeEndian;