pub enum Bus {
Show 22 variants
PCI = 1,
ISAPNP = 2,
USB = 3,
HIL = 4,
BLUETOOTH = 5,
VIRTUAL = 6,
ISA = 16,
I8042 = 17,
XTKBD = 18,
RS232 = 19,
GAMEPORT = 20,
PARPORT = 21,
AMIGA = 22,
ADB = 23,
I2C = 24,
HOST = 25,
GSC = 26,
ATARI = 27,
SPI = 28,
RMI = 29,
CEC = 30,
INTEL_ISHTP = 31,
}
Expand description
See https://elixir.bootlin.com/linux/latest/ident/BUS_INTEL_ISHTP
Variants§
PCI = 1
ISAPNP = 2
USB = 3
HIL = 4
BLUETOOTH = 5
VIRTUAL = 6
ISA = 16
I8042 = 17
XTKBD = 18
RS232 = 19
GAMEPORT = 20
PARPORT = 21
AMIGA = 22
ADB = 23
I2C = 24
HOST = 25
GSC = 26
ATARI = 27
SPI = 28
RMI = 29
CEC = 30
INTEL_ISHTP = 31
Trait Implementations§
impl Copy for Bus
impl StructuralPartialEq for Bus
Auto Trait Implementations§
impl Freeze for Bus
impl RefUnwindSafe for Bus
impl Send for Bus
impl Sync for Bus
impl Unpin for Bus
impl UnwindSafe for Bus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more