Enum adc_mcp3008::Channels8 [] [src]

pub enum Channels8 {
    CH0,
    CH1,
    CH2,
    CH3,
    CH4,
    CH5,
    CH6,
    CH7,
}

Channel list for MCP3008

Variants

Trait Implementations

impl Clone for Channels8
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Channels8
[src]