[][src]Enum pwm_pca9685::ProgrammableAddress

pub enum ProgrammableAddress {
    Subaddress1,
    Subaddress2,
    Subaddress3,
    AllCall,
}

Additional programmable address types (volatile programming)

Variants

Subaddress1

Subaddress 1

Subaddress2

Subaddress 2

Subaddress3

Subaddress 3

AllCall

LED all call address

Trait Implementations

impl Debug for ProgrammableAddress[src]

impl PartialEq<ProgrammableAddress> for ProgrammableAddress[src]

impl Copy for ProgrammableAddress[src]

impl StructuralPartialEq for ProgrammableAddress[src]

impl Clone for ProgrammableAddress[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.