Function mach_port_insert_right [src]

Alias for std.c.darwin.mach_port_insert_right

Prototype

pub extern "c" fn mach_port_insert_right( task: ipc_space_t, name: mach_port_name_t, poly: mach_port_t, poly_poly: mach_msg_type_name_t, ) kern_return_t

Parameters

task: ipc_space_tname: mach_port_name_tpoly: mach_port_tpoly_poly: mach_msg_type_name_t

Source

pub extern "c" fn mach_port_insert_right( task: ipc_space_t, name: mach_port_name_t, poly: mach_port_t, poly_poly: mach_msg_type_name_t, ) kern_return_t