Enum tis_100::core::IoRegister [] [src]

pub enum IoRegister {
    DIR(Port),
    ANY,
    LAST,
}

A TIS-100 port or pseudo-port.

Variants

Trait Implementations

impl Debug for IoRegister
[src]

Formats the value using the given formatter.

impl PartialEq for IoRegister
[src]

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

This method tests for !=.

impl Copy for IoRegister
[src]

impl Clone for IoRegister
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for IoRegister
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more