pub struct Piix4PowerManagementDeps {
pub attached_to: BusIdPci,
pub pm_timer_assist: Option<Box<dyn PmTimerAssist>>,
}
Expand description
PIIX4 power management device (fixed pci address: 0:7.3)
Fields§
§attached_to: BusIdPci
vmotherboard
bus identifier
pm_timer_assist: Option<Box<dyn PmTimerAssist>>
Interface to enable/disable PM timer assist
Auto Trait Implementations§
impl Freeze for Piix4PowerManagementDeps
impl !RefUnwindSafe for Piix4PowerManagementDeps
impl Send for Piix4PowerManagementDeps
impl Sync for Piix4PowerManagementDeps
impl Unpin for Piix4PowerManagementDeps
impl !UnwindSafe for Piix4PowerManagementDeps
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