Initializernmggithub.kass 3.2.4MachCore
init(name:rawValue:)
Represents an importance action with an optional name.
init(name: String?, rawValue: mach_voucher_attr_importance_refs)
Represents an importance action with an optional name.
init(name: String?, rawValue: mach_voucher_attr_importance_refs)
s8MachCore0A0V23VoucherImportanceActionV4name8rawValueAESSSg_s6UInt32Vtcfc
What are these?NMF5
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherImportanceAction
A voucher attribute command for the importance
key.
struct Mach
The Mach kernel.
@frozen struct String
A Unicode string value that is a collection of characters.
static let addExternal: Mach.VoucherImportanceAction
static let allCases: [`Self`]
All known importance actions.
static let dropExternal: Mach.VoucherImportanceAction
var name: String?
The name of the importance action, if it can be determined.
let rawValue: mach_voucher_attr_importance_refs
The raw value of the importance action.