Enum mach_o_sys::loader::mach_port_guard_exception_codes [] [src]

pub enum mach_port_guard_exception_codes {
    kGUARD_EXC_DESTROY,
    kGUARD_EXC_MOD_REFS,
    kGUARD_EXC_SET_CONTEXT,
    kGUARD_EXC_UNGUARDED,
    kGUARD_EXC_INCORRECT_GUARD,
}

Variants

kGUARD_EXC_DESTROYkGUARD_EXC_MOD_REFSkGUARD_EXC_SET_CONTEXTkGUARD_EXC_UNGUARDEDkGUARD_EXC_INCORRECT_GUARD

Trait Implementations

impl Clone for mach_port_guard_exception_codes
[src]

fn clone(&self) -> mach_port_guard_exception_codes

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

impl Debug for mach_port_guard_exception_codes
[src]

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

Formats the value using the given formatter.