Enum lm4f120::gpio::PinPort [] [src]

pub enum PinPort {
    PortA(Pin),
    PortB(Pin),
    PortC(Pin),
    PortD(Pin),
    PortE(Pin),
    PortF(Pin),
}

Describes a Port and a single pin within it

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PinPort
[src]