Enum pcf8591::Pin [] [src]

pub enum Pin {
    AIN0,
    AIN1,
    AIN2,
    AIN3,
}

An input Pin enumeration corresponding to the physical analog inputs pins

Variants

Input Pin 0

Input Pin 1

Input Pin 2

Input Pin 3

Trait Implementations

impl Debug for Pin
[src]

Formats the value using the given formatter.

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]

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 !=.