Struct falcon::architecture::Amd64[][src]

pub struct Amd64 {}

The 64-bit X86 Architecture.

Methods

impl Amd64
[src]

Trait Implementations

impl Clone for Amd64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Amd64
[src]

Formats the value using the given formatter. Read more

impl Eq for Amd64
[src]

impl PartialEq for Amd64
[src]

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

This method tests for !=.

impl Architecture for Amd64
[src]

Get the endianness of this architecture.

Get this architecture's translator.

Get the default calling convention for this architecture.

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

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

Clone into a boxed Architecture

Auto Trait Implementations

impl Send for Amd64

impl Sync for Amd64