Enum rustc::ty::layout::Endian
[−]
[src]
pub enum Endian {
Little,
Big,
}🔬 This is a nightly-only experimental API. (
rustc_private)Endianness of the target, which must match cfg(target-endian).
Variants
Little🔬 This is a nightly-only experimental API. (
rustc_private)Big🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl Copy for Endian[src]
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