Struct mach_o_sys::loader::mach_port_options [] [src]

#[repr(C)]
pub struct mach_port_options { pub flags: uint32_t, pub mpl: mach_port_limits_t, pub reserved: [uint64_t; 2], }

Fields

Trait Implementations

impl Copy for mach_port_options
[src]

impl Clone for mach_port_options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mach_port_options
[src]

Formats the value using the given formatter.

impl Default for mach_port_options
[src]

Returns the "default value" for a type. Read more