Struct falcon::architecture::Mips [] [src]

pub struct Mips {}

The 32-bit Mips Architecture.

Methods

impl Mips
[src]

[src]

Trait Implementations

impl Clone for Mips
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mips
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Mips
[src]

impl PartialEq for Mips
[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 Mips
[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 Mips

impl Sync for Mips