Enum mach_o_sys::compact_unwind_encoding::Enum_Unnamed1 [] [src]

pub enum Enum_Unnamed1 {
    UNWIND_IS_NOT_FUNCTION_START,
    UNWIND_HAS_LSDA,
    UNWIND_PERSONALITY_MASK,
}

Variants

UNWIND_IS_NOT_FUNCTION_STARTUNWIND_HAS_LSDAUNWIND_PERSONALITY_MASK

Trait Implementations

impl Clone for Enum_Unnamed1
[src]

fn clone(&self) -> Enum_Unnamed1

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

impl Debug for Enum_Unnamed1
[src]

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

Formats the value using the given formatter.