Enum symbolic_common::Arch [] [src]

#[repr(u32)]
pub enum Arch { Unknown, X86, X86_64, X86_64h, Arm, ArmV5, ArmV6, ArmV6m, ArmV7, ArmV7f, ArmV7s, ArmV7k, ArmV7m, ArmV7em, Arm64, Arm64V8, Ppc, Ppc64, // some variants omitted }

An enum of supported architectures.

Variants

Methods

impl Arch
[src]

[src]

Creates an arch from the u32 it represents

[src]

Parses an architecture from a string.

[src]

Returns the CPU family

[src]

Returns the native pointer size

[src]

Returns the name of the arch

[src]

The name of the IP register if known.

Trait Implementations

impl Debug for Arch
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Arch
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Arch
[src]

impl PartialOrd for Arch
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Arch
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl Clone for Arch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Arch
[src]

impl Default for Arch
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for Arch
[src]

[src]

Formats the value using the given formatter. Read more