Required Associated Typenmggithub.kass 3.2.4MachCore
Flavor
The flavor type.
associatedtype Flavor : OptionEnum
The flavor type.
associatedtype Flavor : OptionEnum
import MachCore
The core module for interacting with the Mach kernel.
protocol FlavoredDataGetter : Mach.PortDataOperator
A data operator that can get flavored data for a port.
struct Mach
The Mach kernel.
func get<DataType>(_ flavor: Flavor, as type: DataType.Type) throws -> DataType where DataType : BitwiseCopyable
Gets flavored data for the port.