Struct mach_o_sys::loader::mach_port_limits [] [src]

#[repr(C)]
pub struct mach_port_limits { pub mpl_qlimit: mach_port_msgcount_t, }

Fields

Trait Implementations

impl Copy for mach_port_limits
[src]

impl Clone for mach_port_limits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mach_port_limits
[src]

Formats the value using the given formatter.

impl Default for mach_port_limits
[src]

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