Enum rustc_target::abi::Endian[][src]

pub enum Endian {
    Little,
    Big,
}

Endianness of the target, which must match cfg(target-endian).

Variants

Trait Implementations

impl Copy for Endian
[src]

impl Clone for Endian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Endian

impl Sync for Endian