Enum purr::feature::Configuration[][src]

pub enum Configuration {
    AL1,
    AL2,
    OH1,
    OH2,
    OH3,
    OH4,
    OH5,
    OH6,
    OH7,
    OH8,
    OH9,
    OH10,
    OH11,
    OH12,
    OH13,
    OH14,
    OH15,
    OH16,
    OH17,
    OH18,
    OH19,
    OH20,
    OH21,
    OH22,
    OH23,
    OH24,
    OH25,
    OH26,
    OH27,
    OH28,
    OH29,
    OH30,
    SP1,
    SP2,
    SP3,
    TB1,
    TB2,
    TB3,
    TB4,
    TB5,
    TB6,
    TB7,
    TB8,
    TB9,
    TB10,
    TB11,
    TB12,
    TB13,
    TB14,
    TB15,
    TB16,
    TB17,
    TB18,
    TB19,
    TB20,
    TH1,
    TH2,
}

Representation of a configurational template. Most applications will use only TH1 (counterclockwise) and TH2 (clockwise).

Variants

AL1
AL2
OH1
OH2
OH3
OH4
OH5
OH6
OH7
OH8
OH9
OH10
OH11
OH12
OH13
OH14
OH15
OH16
OH17
OH18
OH19
OH20
OH21
OH22
OH23
OH24
OH25
OH26
OH27
OH28
OH29
OH30
SP1
SP2
SP3
TB1
TB2
TB3
TB4
TB5
TB6
TB7
TB8
TB9
TB10
TB11
TB12
TB13
TB14
TB15
TB16
TB17
TB18
TB19
TB20
TH1
TH2

Trait Implementations

impl Clone for Configuration[src]

impl Debug for Configuration[src]

impl Display for Configuration[src]

impl PartialEq<Configuration> for Configuration[src]

impl StructuralPartialEq for Configuration[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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.