Struct armv4t::SetFlags [] [src]

pub struct SetFlags(pub bool);

A wrapper around a boolean that specifies whether to set condition codes.

Trait Implementations

impl Clone for SetFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SetFlags
[src]

impl Debug for SetFlags
[src]

Formats the value using the given formatter.

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

Performs the conversion.