Enum mach_o_sys::dyld::NXByteOrder [] [src]

#[repr(u32)]
pub enum NXByteOrder { NX_UnknownByteOrder, NX_LittleEndian, NX_BigEndian, }

Variants

Trait Implementations

impl Copy for NXByteOrder
[src]

impl Clone for NXByteOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NXByteOrder
[src]

Formats the value using the given formatter.