Enum mach_o_sys::compact_unwind_encoding::Enum_Unnamed3 [] [src]

pub enum Enum_Unnamed3 {
    UNWIND_X86_REG_NONE,
    UNWIND_X86_REG_EBX,
    UNWIND_X86_REG_ECX,
    UNWIND_X86_REG_EDX,
    UNWIND_X86_REG_EDI,
    UNWIND_X86_REG_ESI,
    UNWIND_X86_REG_EBP,
}

Variants

UNWIND_X86_REG_NONEUNWIND_X86_REG_EBXUNWIND_X86_REG_ECXUNWIND_X86_REG_EDXUNWIND_X86_REG_EDIUNWIND_X86_REG_ESIUNWIND_X86_REG_EBP

Trait Implementations

impl Clone for Enum_Unnamed3
[src]

fn clone(&self) -> Enum_Unnamed3

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

impl Debug for Enum_Unnamed3
[src]

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

Formats the value using the given formatter.