[][src]Enum uhid_virt::Bus

pub enum Bus {
    PCI,
    ISAPNP,
    USB,
    HIL,
    BLUETOOTH,
    VIRTUAL,
    ISA,
    I8042,
    XTKBD,
    RS232,
    GAMEPORT,
    PARPORT,
    AMIGA,
    ADB,
    I2C,
    HOST,
    GSC,
    ATARI,
    SPI,
    RMI,
    CEC,
    INTEL_ISHTP,
}

See https://elixir.bootlin.com/linux/latest/ident/BUS_INTEL_ISHTP

Variants

PCI
ISAPNP
USB
HIL
BLUETOOTH
VIRTUAL
ISA
I8042
XTKBD
RS232
GAMEPORT
PARPORT
AMIGA
ADB
I2C
HOST
GSC
ATARI
SPI
RMI
CEC
INTEL_ISHTP

Trait Implementations

impl Clone for Bus[src]

impl Copy for Bus[src]

impl Debug for Bus[src]

impl PartialEq<Bus> for Bus[src]

impl StructuralPartialEq for Bus[src]

Auto Trait Implementations

impl RefUnwindSafe for Bus

impl Send for Bus

impl Sync for Bus

impl Unpin for Bus

impl UnwindSafe for Bus

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.