Enum capstone3::Arch [] [src]

pub enum Arch {
    ARM,
    ARM64,
    MIPS,
    X86,
    PPC,
    SPARC,
    SYSZ,
    XCORE,
    MAX,
    ALL,
}

Architectures for the disassembler

Variants

used for cs_support()

Methods

impl Arch
[src]

Trait Implementations

impl Clone for Arch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Arch
[src]

Formats the value using the given formatter.

impl PartialEq for Arch
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for Arch
[src]