Struct armv4t::Link [] [src]

pub struct Link(pub bool);

A wrapper around a boolean that specifies whether to set r14 on branching.

Trait Implementations

impl Clone for Link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Link
[src]

impl Debug for Link
[src]

Formats the value using the given formatter.

impl PartialEq for Link
[src]

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

This method tests for !=.

impl From<bool> for Link
[src]

Performs the conversion.