Enum llvm_support::InexactEndian [−][src]
pub enum InexactEndian {
Exact(Endian),
System,
}Expand description
An “inexact” endianness, i.e. one supports an unspecified system endianness.
Variants
Exact(Endian)Either big-endian or little-endian.
Tuple Fields of Exact
0: EndianThe host system’s endianness, which may not be known immediately.