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: Endian
System

The host system’s endianness, which may not be known immediately.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.