Instance Propertynmggithub.kass 3.2.4MachCore
name
The name of the bank action, if it can be determined.
var name: String?
The name of the bank action, if it can be determined.
var name: String?
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.
@frozen struct String
A Unicode string value that is a collection of characters.
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 personaAdoptAny: Mach.VoucherBankAction
static let personaId: Mach.VoucherBankAction
static let personaToken: Mach.VoucherBankAction
let rawValue: bank_action_t
The raw value of the back action.