Initializernmggithub.kass 3.2.4MachCore
init(rawValue:)
Represents an option with a raw value.
init(rawValue: mach_msg_option_t)
Represents an option with a raw value.
init(rawValue: mach_msg_option_t)
s8MachCore0A0V14MessageOptionsV8rawValueAEs5Int32V_tcfc
What are these?84LS5
import MachCore
The core module for interacting with the Mach kernel.
struct MessageOptions
Options for sending and receiving messages.
struct Mach
The Mach kernel.
static let receive: Mach.MessageOptions
static let receiveGuardedDesc: Mach.MessageOptions
static let receiveInterrupt: Mach.MessageOptions
static let receiveLarge: Mach.MessageOptions
static let receiveLargeIdentity: Mach.MessageOptions
static let receiveSyncPeek: Mach.MessageOptions
static let receiveSyncWait: Mach.MessageOptions
static let receiveTimeout: Mach.MessageOptions
static let receiveVoucher: Mach.MessageOptions
static let send: Mach.MessageOptions
static let sendFilterNonfatal: Mach.MessageOptions
static let sendInterrupt: Mach.MessageOptions
static let sendNoImportance: Mach.MessageOptions
static let sendNotify: Mach.MessageOptions
static let sendOverride: Mach.MessageOptions
static let sendPropagateQOS: Mach.MessageOptions
static let sendSyncBootstrapCheckin: Mach.MessageOptions
static let sendSyncOverride: Mach.MessageOptions
static let sendTimeout: Mach.MessageOptions
static let sendTrailer: Mach.MessageOptions
static let strictReply: Mach.MessageOptions
let rawValue: mach_msg_option_t
The raw option value.