pub struct ChipsetDevices { /* private fields */ }
Expand description
A (type erased) bundle of state unit handles for added devices.
Implementations§
Source§impl ChipsetDevices
impl ChipsetDevices
Sourcepub fn chipset_unit(&self) -> &UnitHandle
pub fn chipset_unit(&self) -> &UnitHandle
The root chipset unit handle.
All devices that have MMIO, PIO, or PCI callbacks have a “stop after” dependency on this handle.
Auto Trait Implementations§
impl Freeze for ChipsetDevices
impl !RefUnwindSafe for ChipsetDevices
impl Send for ChipsetDevices
impl Sync for ChipsetDevices
impl Unpin for ChipsetDevices
impl !UnwindSafe for ChipsetDevices
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