Initializernmggithub.kass 3.2.4MachCore
init(rawValue:)
Host.swift:77init(rawValue: Int32)
init(rawValue: Int32)
s8MachCore0A0V16HostRebootOptionV8rawValueAEs5Int32V_tcfc
What are these?8JF7T
import MachCore
The core module for interacting with the Mach kernel.
struct HostRebootOption
A reboot option.
struct Mach
The Mach kernel.
@frozen struct Int32
A 32-bit signed integer value type.
static let debugger: Mach.HostRebootOption
Don’t actually reboot, just drop into debugger.
static let halt: Mach.HostRebootOption
Don’t reboot, just halt.
static let upsDelay: Mach.HostRebootOption
Reboot after a delay.
let rawValue: Int32