[][src]Enum cue_sdk::led::MotherboardLedId

#[repr(u32)]pub enum MotherboardLedId {
    Zone1,
    Zone2,
    Zone3,
    Zone4,
    Zone5,
    Zone6,
    Zone7,
    Zone8,
    Zone9,
    Zone10,
    Zone11,
    Zone12,
    Zone13,
    Zone14,
    Zone15,
    Zone16,
    Zone17,
    Zone18,
    Zone19,
    Zone20,
    Zone21,
    Zone22,
    Zone23,
    Zone24,
    Zone25,
    Zone26,
    Zone27,
    Zone28,
    Zone29,
    Zone30,
    Zone31,
    Zone32,
    Zone33,
    Zone34,
    Zone35,
    Zone36,
    Zone37,
    Zone38,
    Zone39,
    Zone40,
    Zone41,
    Zone42,
    Zone43,
    Zone44,
    Zone45,
    Zone46,
    Zone47,
    Zone48,
    Zone49,
    Zone50,
    Zone51,
    Zone52,
    Zone53,
    Zone54,
    Zone55,
    Zone56,
    Zone57,
    Zone58,
    Zone59,
    Zone60,
    Zone61,
    Zone62,
    Zone63,
    Zone64,
    Zone65,
    Zone66,
    Zone67,
    Zone68,
    Zone69,
    Zone70,
    Zone71,
    Zone72,
    Zone73,
    Zone74,
    Zone75,
    Zone76,
    Zone77,
    Zone78,
    Zone79,
    Zone80,
    Zone81,
    Zone82,
    Zone83,
    Zone84,
    Zone85,
    Zone86,
    Zone87,
    Zone88,
    Zone89,
    Zone90,
    Zone91,
    Zone92,
    Zone93,
    Zone94,
    Zone95,
    Zone96,
    Zone97,
    Zone98,
    Zone99,
    Zone100,
}

Variants

Zone1
Zone2
Zone3
Zone4
Zone5
Zone6
Zone7
Zone8
Zone9
Zone10
Zone11
Zone12
Zone13
Zone14
Zone15
Zone16
Zone17
Zone18
Zone19
Zone20
Zone21
Zone22
Zone23
Zone24
Zone25
Zone26
Zone27
Zone28
Zone29
Zone30
Zone31
Zone32
Zone33
Zone34
Zone35
Zone36
Zone37
Zone38
Zone39
Zone40
Zone41
Zone42
Zone43
Zone44
Zone45
Zone46
Zone47
Zone48
Zone49
Zone50
Zone51
Zone52
Zone53
Zone54
Zone55
Zone56
Zone57
Zone58
Zone59
Zone60
Zone61
Zone62
Zone63
Zone64
Zone65
Zone66
Zone67
Zone68
Zone69
Zone70
Zone71
Zone72
Zone73
Zone74
Zone75
Zone76
Zone77
Zone78
Zone79
Zone80
Zone81
Zone82
Zone83
Zone84
Zone85
Zone86
Zone87
Zone88
Zone89
Zone90
Zone91
Zone92
Zone93
Zone94
Zone95
Zone96
Zone97
Zone98
Zone99
Zone100

Trait Implementations

impl Clone for MotherboardLedId[src]

impl Copy for MotherboardLedId[src]

impl Debug for MotherboardLedId[src]

impl FromPrimitive for MotherboardLedId[src]

impl PartialEq<MotherboardLedId> for MotherboardLedId[src]

impl StructuralPartialEq for MotherboardLedId[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, 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.