Static Propertynmggithub.kass 3.2.4MachCore
modifyPersona
AttributeRecipe.swift:137static let modifyPersona: Mach.VoucherBankAttributeRecipeCommand
static let modifyPersona: Mach.VoucherBankAttributeRecipeCommand
s8MachCore0A0V33VoucherBankAttributeRecipeCommandV13modifyPersonaAEvpZ
What are these?4Z06P
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherBankAttributeRecipeCommand
A bank voucher attribute recipe command.
struct Mach
The Mach kernel.
init(name: String?, rawValue: mach_voucher_attr_recipe_command_t)
Represents a bank command with an optional name.
static let allCases: [`Self`]
All known bank commands.
static let create: Mach.VoucherBankAttributeRecipeCommand
static let null: Mach.VoucherBankAttributeRecipeCommand
let name: String?
The name of the bank command, if it can be determined.
let rawValue: mach_voucher_attr_recipe_command_t
The raw value of the bank command.