Static Propertynmggithub.kass 3.2.4MachCore
allCases
All known user data commands.
- macOS
- deprecated
static let allCases: [`Self`]
All known user data commands.
static let allCases: [`Self`]
s8MachCore0A0V37VoucherUserDataAttributeRecipeCommandV8allCasesSayAEGvpZ
What are these?1JO4M
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherUserDataAttributeRecipeCommand
A user data voucher attribute recipe command.
struct Mach
The Mach kernel.
init(name: String?, rawValue: mach_voucher_attr_recipe_command_t)
Represents a user data command with an optional name.
static let store: Mach.VoucherUserDataAttributeRecipeCommand
let name: String?
The name of the user data command, if it can be determined.
let rawValue: mach_voucher_attr_recipe_command_t
The raw value of the user data command.