pub enum DeviceNotification {
MmioRemapping,
SurpriseRemoval,
}Variants§
Auto Trait Implementations§
impl Freeze for DeviceNotification
impl RefUnwindSafe for DeviceNotification
impl Send for DeviceNotification
impl Sync for DeviceNotification
impl Unpin for DeviceNotification
impl UnsafeUnpin for DeviceNotification
impl UnwindSafe for DeviceNotification
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