Enum evdev_rs::enums::BusType[][src]

pub enum BusType {
    BUS_PCI,
    BUS_ISAPNP,
    BUS_USB,
    BUS_HIL,
    BUS_BLUETOOTH,
    BUS_VIRTUAL,
    BUS_ISA,
    BUS_I8042,
    BUS_XTKBD,
    BUS_RS232,
    BUS_GAMEPORT,
    BUS_PARPORT,
    BUS_AMIGA,
    BUS_ADB,
    BUS_I2C,
    BUS_HOST,
    BUS_GSC,
    BUS_ATARI,
    BUS_SPI,
    BUS_RMI,
    BUS_CEC,
    BUS_INTEL_ISHTP,
}

Variants

BUS_PCI
BUS_ISAPNP
BUS_USB
BUS_HIL
BUS_BLUETOOTH
BUS_VIRTUAL
BUS_ISA
BUS_I8042
BUS_XTKBD
BUS_RS232
BUS_GAMEPORT
BUS_PARPORT
BUS_AMIGA
BUS_ADB
BUS_I2C
BUS_HOST
BUS_GSC
BUS_ATARI
BUS_SPI
BUS_RMI
BUS_CEC
BUS_INTEL_ISHTP

Trait Implementations

impl Clone for BusType[src]

impl Debug for BusType[src]

impl Eq for BusType[src]

impl Hash for BusType[src]

impl PartialEq<BusType> for BusType[src]

impl StructuralEq for BusType[src]

impl StructuralPartialEq for BusType[src]

Auto Trait Implementations

impl RefUnwindSafe for BusType

impl Send for BusType

impl Sync for BusType

impl Unpin for BusType

impl UnwindSafe for BusType

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.