Struct windows_sys::Win32::System::Hypervisor::WHV_VPCI_MMIO_MAPPING
[−]#[repr(C)]pub struct WHV_VPCI_MMIO_MAPPING {
pub Location: WHV_VPCI_DEVICE_REGISTER_SPACE,
pub Flags: WHV_VPCI_MMIO_RANGE_FLAGS,
pub SizeInBytes: u64,
pub OffsetInBytes: u64,
pub VirtualAddress: *mut c_void,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Location: WHV_VPCI_DEVICE_REGISTER_SPACE
Flags: WHV_VPCI_MMIO_RANGE_FLAGS
SizeInBytes: u64
OffsetInBytes: u64
VirtualAddress: *mut c_void
Trait Implementations
impl Clone for WHV_VPCI_MMIO_MAPPING
impl Clone for WHV_VPCI_MMIO_MAPPING
impl Copy for WHV_VPCI_MMIO_MAPPING
Auto Trait Implementations
impl RefUnwindSafe for WHV_VPCI_MMIO_MAPPING
impl !Send for WHV_VPCI_MMIO_MAPPING
impl !Sync for WHV_VPCI_MMIO_MAPPING
impl Unpin for WHV_VPCI_MMIO_MAPPING
impl UnwindSafe for WHV_VPCI_MMIO_MAPPING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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