Enum mach_o_sys::loader::NXByteOrder [] [src]

pub enum NXByteOrder {
    NX_UnknownByteOrder,
    NX_LittleEndian,
    NX_BigEndian,
}

Variants

NX_UnknownByteOrderNX_LittleEndianNX_BigEndian

Trait Implementations

impl Clone for NXByteOrder
[src]

fn clone(&self) -> NXByteOrder

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 NXByteOrder
[src]

impl Debug for NXByteOrder
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.