Static Propertynmggithub.kass 3.2.4MachCore
personaAdoptAny
Voucher.swift:163static let personaAdoptAny: Mach.VoucherBankAction
static let personaAdoptAny: Mach.VoucherBankAction
s8MachCore0A0V17VoucherBankActionV15personaAdoptAnyAEvpZ
What are these?1SSCC
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherBankAction
A voucher attribute command for the bank
key.
struct Mach
The Mach kernel.
init(name: String?, rawValue: bank_action_t)
Represents a bank action with an optional name.
static let allCases: [`Self`]
All known bank actions.
static let originatorPid: Mach.VoucherBankAction
static let originatorProximatePid: Mach.VoucherBankAction
static let personaId: Mach.VoucherBankAction
static let personaToken: Mach.VoucherBankAction
var name: String?
The name of the bank action, if it can be determined.
let rawValue: bank_action_t
The raw value of the back action.