Enum cpp_to_rust_common::target::Arch [] [src]

pub enum Arch {
    X86,
    X86_64,
    Mips,
    PowerPC,
    PowerPC64,
    Arm,
    AArch64,
}

CPU architecture, as reported by target_arch.

Variants

Trait Implementations

impl Debug for Arch
[src]

Formats the value using the given formatter.

impl Clone for Arch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Arch
[src]

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 Eq for Arch
[src]