#[repr(C)]pub struct WHV_VPCI_DEVICE_NOTIFICATION {
pub NotificationType: WHV_VPCI_DEVICE_NOTIFICATION_TYPE,
pub Reserved1: u32,
pub Anonymous: WHV_VPCI_DEVICE_NOTIFICATION_0,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
NotificationType: WHV_VPCI_DEVICE_NOTIFICATION_TYPE
Reserved1: u32
Anonymous: WHV_VPCI_DEVICE_NOTIFICATION_0
Trait Implementations
impl Clone for WHV_VPCI_DEVICE_NOTIFICATION
impl Clone for WHV_VPCI_DEVICE_NOTIFICATION
impl Copy for WHV_VPCI_DEVICE_NOTIFICATION
Auto Trait Implementations
impl RefUnwindSafe for WHV_VPCI_DEVICE_NOTIFICATION
impl Send for WHV_VPCI_DEVICE_NOTIFICATION
impl Sync for WHV_VPCI_DEVICE_NOTIFICATION
impl Unpin for WHV_VPCI_DEVICE_NOTIFICATION
impl UnwindSafe for WHV_VPCI_DEVICE_NOTIFICATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more