pub struct PmStatusChange {
pub from: PciDevicePower,
pub to: PciDevicePower,
}Fields§
§from: PciDevicePower§to: PciDevicePowerTrait Implementations§
Auto Trait Implementations§
impl Freeze for PmStatusChange
impl RefUnwindSafe for PmStatusChange
impl Send for PmStatusChange
impl Sync for PmStatusChange
impl Unpin for PmStatusChange
impl UnwindSafe for PmStatusChange
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