Struct windows_sys::Win32::System::Hypervisor::HDV_PCI_DEVICE_INTERFACE
[−]#[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
impl Clone for HDV_PCI_DEVICE_INTERFACE
impl Clone for HDV_PCI_DEVICE_INTERFACE
impl Copy for HDV_PCI_DEVICE_INTERFACE
Auto Trait Implementations
impl RefUnwindSafe for HDV_PCI_DEVICE_INTERFACE
impl Send for HDV_PCI_DEVICE_INTERFACE
impl Sync for HDV_PCI_DEVICE_INTERFACE
impl Unpin for HDV_PCI_DEVICE_INTERFACE
impl UnwindSafe for HDV_PCI_DEVICE_INTERFACE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more