Enum drv2605::LibrarySelection[][src]

pub enum LibrarySelection {
    Empty,
    A,
    B,
    C,
    D,
    E,
    LRA,
    Reserved,
}

Variants

Trait Implementations

impl Debug for LibrarySelection
[src]

Formats the value using the given formatter. Read more

impl Clone for LibrarySelection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LibrarySelection
[src]

impl From<u8> for LibrarySelection
[src]

Performs the conversion.

Auto Trait Implementations