Initializernmggithub.kass 3.2.4MachCore
init(rawValue:)
Represents a raw flag.
init(rawValue: Int32)
Represents a raw flag.
init(rawValue: Int32)
import MachCore
The core module for interacting with the Mach kernel.
struct TimerArmFlags
Flags for arming a timer.
struct Mach
The Mach kernel.
@frozen struct Int32
A 32-bit signed integer value type.
static let critical: Mach.TimerArmFlags
The timer is a critical timer.
static let normal: Mach.TimerArmFlags
The timer is a normal timer.
let rawValue: Int32
The raw value of the flag.