Enum redpitaya_scpi::analog::OutputPin [] [src]

pub enum OutputPin {
    AOUT0,
    AOUT1,
    AOUT2,
    AOUT3,
}

Variants

Trait Implementations

impl Copy for OutputPin
[src]

impl Clone for OutputPin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OutputPin
[src]

Formats the value using the given formatter.

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

impl Into<String> for OutputPin
[src]

Performs the conversion.