Enum redpitaya_scpi::digital::Gpio [] [src]

pub enum Gpio {
    DIO0_N,
    DIO0_P,
    DIO1_N,
    DIO1_P,
    DIO2_N,
    DIO2_P,
    DIO3_N,
    DIO3_P,
    DIO4_N,
    DIO4_P,
    DIO5_N,
    DIO5_P,
    DIO6_N,
    DIO6_P,
    DIO7_N,
    DIO7_P,
}

Variants

Trait Implementations

impl Copy for Gpio
[src]

impl Clone for Gpio
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Gpio
[src]

Formats the value using the given formatter.

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

impl Into<String> for Gpio
[src]

Performs the conversion.