Struct falcon::architecture::X86 [] [src]

pub struct X86 {}

The 32-bit X86 Architecture.

Methods

impl X86
[src]

[src]

Trait Implementations

impl Clone for X86
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for X86
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for X86
[src]

impl PartialEq for X86
[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 Architecture for X86
[src]

[src]

Get the endianness of this architecture.

[src]

Get this architecture's translator.

[src]

Get the default calling convention for this architecture.

[src]

Get the scalar used to represent the stack pointer by this architecture's translator. Read more

[src]

Get the size of a natural word for this architecture in bits.

[src]

Clone into a boxed Architecture

Auto Trait Implementations

impl Send for X86

impl Sync for X86