Enum mach_o_sys::swap::mach_port_guard_exception_codes [] [src]

#[repr(u32)]
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

Trait Implementations

impl Copy for mach_port_guard_exception_codes
[src]

impl Clone for mach_port_guard_exception_codes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mach_port_guard_exception_codes
[src]

Formats the value using the given formatter.