Structure
Mode
public struct Mode: OptionSet
Mode type
Used to set modes when creating an instance of Capstone.
Relationships
Nested Types
Mode.endianEndianness modes
Mode.bitsBitness modes
Mode.armARM modes
Mode.mipsMIPS modes
Mode.sparcSPARC modes
Mode.ppcPowerPC modes
Mode.m68kM68K modes
Mode.m680xM680X modes
Mode.mos65xx
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
var rawValue: UInt32