Struct falcon::architecture::Mipsel [] [src]

pub struct Mipsel {}

The 32-bit Mipsel Architecture.

Methods

impl Mipsel
[src]

[src]

Trait Implementations

impl Clone for Mipsel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mipsel
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Mipsel
[src]

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

impl Sync for Mipsel