Enum redpitaya_scpi::analog::InputPin [] [src]

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

Variants

Trait Implementations

impl Copy for InputPin
[src]

impl Clone for InputPin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputPin
[src]

Formats the value using the given formatter.

impl PartialEq for InputPin
[src]

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

This method tests for !=.

impl Pin for InputPin
[src]

impl Into<String> for InputPin
[src]

Performs the conversion.