Enum rustc::ty::layout::Endian [] [src]

pub enum Endian {
    Little,
    Big,
}
Unstable (rustc_private)
[]

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

Variants

Little
Unstable (rustc_private)
Big
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl Clone for Endian
[src]

fn clone(&self) -> Endian[]

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0
[]

Performs copy-assignment from source. Read more

impl Copy for Endian
[src]