Enum pwm_pca9685::Channel

source ·
pub enum Channel {
Show 17 variants C0, C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, C11, C12, C13, C14, C15, All,
}
Expand description

Output channel selection

Variants

C0

Channel 0

C1

Channel 1

C2

Channel 2

C3

Channel 3

C4

Channel 4

C5

Channel 5

C6

Channel 6

C7

Channel 7

C8

Channel 8

C9

Channel 9

C10

Channel 10

C11

Channel 11

C12

Channel 12

C13

Channel 13

C14

Channel 14

C15

Channel 15

All

All channels

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.