Expand description
A builder to streamline the construction of Arc + Mutex
wrapped
[ChipsetDevice
] instances.
Structs§
- Errors that may occur while adding a device to the chipset.
- A builder to streamline the construction of
Arc + CloseableMutex
wrapped [ChipsetDevice
] instances.
Traits§
- Additional trait implemented by Arc + CloseableMutex
ChipsetServices
that gives the services an opportunity to perform any chipset-specific wiring of the constructedArc<CloseableMutex<T: ChipsetDevice>>
.