Initializernmggithub.kass 3.2.4MachCore
init(rawValue:)
Represents a raw direction value.
init(rawValue: Int32)
Represents a raw direction value.
init(rawValue: Int32)
s8MachCore0A0V27ThreadStateConvertDirectionV8rawValueAEs5Int32V_tcfc
What are these?2UJND
import MachCore
The core module for interacting with the Mach kernel.
struct ThreadStateConvertDirection
A direction for converting thread states.
struct Mach
The Mach kernel.
@frozen struct Int32
A 32-bit signed integer value type.
static let fromSelf: Mach.ThreadStateConvertDirection
Converts the state from the current thread.
static let toSelf: Mach.ThreadStateConvertDirection
Converts the state to the current thread.
let rawValue: Int32
The raw value of the direction.