NativeEndian

Type Alias 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§

pub enum NativeEndian {}

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 0 bytes (uninhabited)