Enum mach_o_sys::compact_unwind_encoding::Enum_Unnamed5 [] [src]

pub enum Enum_Unnamed5 {
    UNWIND_X86_64_REG_NONE,
    UNWIND_X86_64_REG_RBX,
    UNWIND_X86_64_REG_R12,
    UNWIND_X86_64_REG_R13,
    UNWIND_X86_64_REG_R14,
    UNWIND_X86_64_REG_R15,
    UNWIND_X86_64_REG_RBP,
}

Variants

UNWIND_X86_64_REG_NONEUNWIND_X86_64_REG_RBXUNWIND_X86_64_REG_R12UNWIND_X86_64_REG_R13UNWIND_X86_64_REG_R14UNWIND_X86_64_REG_R15UNWIND_X86_64_REG_RBP

Trait Implementations

impl Clone for Enum_Unnamed5
[src]

fn clone(&self) -> Enum_Unnamed5

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

impl Debug for Enum_Unnamed5
[src]

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

Formats the value using the given formatter.