Enum lm4f120::gpio::Pin [] [src]

pub enum Pin {
    Pin0,
    Pin1,
    Pin2,
    Pin3,
    Pin4,
    Pin5,
    Pin6,
    Pin7,
}

Describes a pin within a port This chip has 8 pins per port.

Variants

Trait Implementations

impl PartialEq for Pin
[src]

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

This method tests for !=.

impl Clone for Pin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pin
[src]