pub struct Bus(/* private fields */);Expand description
Bus types that devices can be attached to the system with.
Implementations§
Source§impl Bus
impl Bus
pub const PCI: Self
pub const ISAPNP: Self
pub const USB: Self
pub const HIL: Self
pub const BLUETOOTH: Self
pub const VIRTUAL: Self
pub const ISA: Self
pub const I8042: Self
pub const XTKBD: Self
pub const RS232: Self
pub const GAMEPORT: Self
pub const PARPORT: Self
pub const AMIGA: Self
pub const ADB: Self
pub const I2C: Self
pub const HOST: Self
pub const GSC: Self
pub const ATARI: Self
pub const SPI: Self
pub const RMI: Self
pub const CEC: Self
pub const INTEL_ISHTP: Self
pub const AMD_SFH: Self
Trait Implementations§
Source§impl Ord for Bus
impl Ord for Bus
Source§impl PartialOrd for Bus
impl PartialOrd for Bus
impl Copy for Bus
impl Eq 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