Expand description
A builder to streamline the construction of Arc + Mutex
wrapped
[ChipsetDevice
] instances.
Structs§
- AddDevice
Error - Errors that may occur while adding a device to the chipset.
- ArcMutex
Chipset Device Builder - A builder to streamline the construction of
Arc + CloseableMutex
wrapped [ChipsetDevice
] instances.
Traits§
- ArcMutex
Chipset Services Finalize - 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>>
.