Instance Propertynmggithub.kass 3.2.4MachCore
rawValue
The raw value of the flag.
let rawValue: Int32
The raw value of the flag.
let 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.
init(rawValue: Int32)
Represents a raw flag.
static let critical: Mach.TimerArmFlags
The timer is a critical timer.
static let normal: Mach.TimerArmFlags
The timer is a normal timer.