Enum kea_hal::system::sim::DevicePinOuts[][src]

#[repr(u8)]
pub enum DevicePinOuts {
    Pin8,
    Pin16,
    Pin20,
    Pin24,
    Pin32,
    Pin44,
    Pin48,
    Pin64,
    Pin80,
    Pin100,
    Reserved,
}
Expand description

Enumeration for the number of pins on the device.

returned by status_id.pinout()

Variants

Pin8

8 Pin device

Pin16

16 Pin device

Pin20

20 Pin device

Pin24

24 Pin device

Pin32

32 Pin device

Pin44

44 Pin device

Pin48

48 Pin device

Pin64

64 Pin device

Pin80

80 Pin device

Pin100

100 Pin device

Reserved

Effectively Invalid

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

Performs the conversion.

Performs the conversion.

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.