Static Propertynmggithub.kass 3.2.4MachCore
allCases
Port.swift:71static var allCases: [Mach.PortRight] { get }
static var allCases: [Mach.PortRight] { get }
import MachCore
The core module for interacting with the Mach kernel.
struct PortRight
A right to a port.
struct Mach
The Mach kernel.
init(rawValue: mach_port_right_t)
static let deadName: Mach.PortRight
A special right that is named by a dead name.
static let portSet: Mach.PortRight
A special right to manage a collection of ports (a port set).
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