Instance Propertynmggithub.kass 3.2.4MachCore
isValid
Whether the descriptor type is a valid type.
var isValid: Bool { get }
Whether the descriptor type is a valid type.
var isValid: Bool { get }
import MachCore
The core module for interacting with the Mach kernel.
struct MessageDescriptorType
A descriptor type.
struct Mach
The Mach kernel.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(rawValue: mach_msg_descriptor_type_t)
Represents a raw descriptor type.
static let guardedPort: Mach.MessageDescriptorType
The guarded port descriptor type.
static let ool: Mach.MessageDescriptorType
The OOL descriptor type.
static let oolPorts: Mach.MessageDescriptorType
The OOL ports descriptor type.
static let oolVolatile: Mach.MessageDescriptorType
The volatile OOL descriptor type.
static let port: Mach.MessageDescriptorType
The port descriptor type.
let rawValue: mach_msg_descriptor_type_t
The raw descriptor type.