Static Propertynmggithub.kass 3.2.4MachCore
copySend
Copy the send right.
static let copySend: Mach.PortDisposition
Copy the send right.
static let copySend: Mach.PortDisposition
import MachCore
The core module for interacting with the Mach kernel.
struct PortDisposition
Processing to perform on a port.
struct Mach
The Mach kernel.
static let copyReceive: Mach.PortDisposition
Copy the receive right.
init(rawValue: mach_msg_type_name_t)
static let makeSend: Mach.PortDisposition
Make a send right.
static let makeSendOnce: Mach.PortDisposition
Make a send-once right.
static let moveReceive: Mach.PortDisposition
Move the receive right.
static let moveSend: Mach.PortDisposition
Move the send right.
static let moveSendOnce: Mach.PortDisposition
Move the send-once right.
let rawValue: mach_msg_type_name_t