Static Propertynmggithub.kass 3.2.4MachCore
deadName
A special right that is named by a dead name.
static let deadName: Mach.PortRight
A special right that is named by a dead name.
static let deadName: Mach.PortRight
import MachCore
The core module for interacting with the Mach kernel.
struct PortRight
A right to a port.
struct Mach
The Mach kernel.
static let portSet: Mach.PortRight
A special right to manage a collection of ports (a port set).
init(rawValue: mach_port_right_t)
static var allCases: [Mach.PortRight] { get }
static let receive: Mach.PortRight
A right to receive messages from a port.
static let send: Mach.PortRight
A right to send messages to a port.
static let sendOnce: Mach.PortRight
A right to send messages to a port once.
let rawValue: mach_port_right_t