Structure
Mode
public struct Mode: OptionSet
Mode type
Used to set modes when creating an instance of Capstone.
Relationships
Nested Types
Mode.endian
Endianness modes
Mode.bits
Bitness modes
Mode.arm
ARM modes
Mode.mips
MIPS modes
Mode.sparc
SPARC modes
Mode.ppc
PowerPC modes
Mode.m68k
M68K modes
Mode.m680x
M680X modes
Mode.mos65xx
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
var rawValue: UInt32