[][src]Enum ftdi2::EepromValue

pub enum EepromValue {
    VendorId,
    ProductId,
    SelfPowered,
    RemoteWakeup,
    IsNotPnp,
    SuspendDbus7,
    InIsIsochronous,
    OutIsIsochronous,
    SuspendPullDowns,
    UseSerial,
    UsbVersion,
    UseUsbVersion,
    MaxPower,
    ChannelAType,
    ChannelBType,
    ChannelADriver,
    ChannelBDriver,
    CbusFunction0,
    CbusFunction1,
    CbusFunction2,
    CbusFunction3,
    CbusFunction4,
    CbusFunction5,
    CbusFunction6,
    CbusFunction7,
    CbusFunction8,
    CbusFunction9,
    HighCurrent,
    HighCurrentA,
    HighCurrentB,
    Invert,
    Group0Drive,
    Group0Schmitt,
    Group0Slew,
    Group1Drive,
    Group1Schmitt,
    Group1Slew,
    Group2Drive,
    Group2Schmitt,
    Group2Slew,
    Group3Drive,
    Group3Schmitt,
    Group3Slew,
    ChipSize,
    ChipType,
    PowerSave,
    ClockPolarity,
    DataOrder,
    FlowControl,
    ChannelCDriver,
    ChannelDDriver,
    ChannelARs485,
    ChannelBRs485,
    ChannelCRs485,
    ChannelDRs485,
    ReleaseNumber,
}

Variants

VendorId
ProductId
SelfPowered
RemoteWakeup
IsNotPnp
SuspendDbus7
InIsIsochronous
OutIsIsochronous
SuspendPullDowns
UseSerial
UsbVersion
UseUsbVersion
MaxPower
ChannelAType
ChannelBType
ChannelADriver
ChannelBDriver
CbusFunction0
CbusFunction1
CbusFunction2
CbusFunction3
CbusFunction4
CbusFunction5
CbusFunction6
CbusFunction7
CbusFunction8
CbusFunction9
HighCurrent
HighCurrentA
HighCurrentB
Invert
Group0Drive
Group0Schmitt
Group0Slew
Group1Drive
Group1Schmitt
Group1Slew
Group2Drive
Group2Schmitt
Group2Slew
Group3Drive
Group3Schmitt
Group3Slew
ChipSize
ChipType
PowerSave
ClockPolarity
DataOrder
FlowControl
ChannelCDriver
ChannelDDriver
ChannelARs485
ChannelBRs485
ChannelCRs485
ChannelDRs485
ReleaseNumber

Trait Implementations

impl Into<ftdi_eeprom_value> for EepromValue[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, 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.