#[repr(C)]
pub struct HDV_PCI_DEVICE_INTERFACE { pub Version: HDV_PCI_INTERFACE_VERSION, pub Initialize: HDV_PCI_DEVICE_INITIALIZE, pub Teardown: HDV_PCI_DEVICE_TEARDOWN, pub SetConfiguration: HDV_PCI_DEVICE_SET_CONFIGURATION, pub GetDetails: HDV_PCI_DEVICE_GET_DETAILS, pub Start: HDV_PCI_DEVICE_START, pub Stop: HDV_PCI_DEVICE_STOP, pub ReadConfigSpace: HDV_PCI_READ_CONFIG_SPACE, pub WriteConfigSpace: HDV_PCI_WRITE_CONFIG_SPACE, pub ReadInterceptedMemory: HDV_PCI_READ_INTERCEPTED_MEMORY, pub WriteInterceptedMemory: HDV_PCI_WRITE_INTERCEPTED_MEMORY, }
Expand description

Required features: "Win32_System_Hypervisor"

Fields§

§Version: HDV_PCI_INTERFACE_VERSION§Initialize: HDV_PCI_DEVICE_INITIALIZE§Teardown: HDV_PCI_DEVICE_TEARDOWN§SetConfiguration: HDV_PCI_DEVICE_SET_CONFIGURATION§GetDetails: HDV_PCI_DEVICE_GET_DETAILS§Start: HDV_PCI_DEVICE_START§Stop: HDV_PCI_DEVICE_STOP§ReadConfigSpace: HDV_PCI_READ_CONFIG_SPACE§WriteConfigSpace: HDV_PCI_WRITE_CONFIG_SPACE§ReadInterceptedMemory: HDV_PCI_READ_INTERCEPTED_MEMORY§WriteInterceptedMemory: HDV_PCI_WRITE_INTERCEPTED_MEMORY

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.