Struct windows_sys::Win32::System::Hypervisor::WHV_VPCI_PROBED_BARS
[−]Expand description
Required features: "Win32_System_Hypervisor"
Fields
Value: [u32; 6]
Trait Implementations
impl Clone for WHV_VPCI_PROBED_BARS
impl Clone for WHV_VPCI_PROBED_BARS
impl Copy for WHV_VPCI_PROBED_BARS
Auto Trait Implementations
impl RefUnwindSafe for WHV_VPCI_PROBED_BARS
impl Send for WHV_VPCI_PROBED_BARS
impl Sync for WHV_VPCI_PROBED_BARS
impl Unpin for WHV_VPCI_PROBED_BARS
impl UnwindSafe for WHV_VPCI_PROBED_BARS
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