Union windows_sys::Win32::System::Hypervisor::WHV_EMULATOR_STATUS
[−]#[repr(C)]
pub union WHV_EMULATOR_STATUS {
pub Anonymous: WHV_EMULATOR_STATUS_0,
pub AsUINT32: u32,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
Anonymous: WHV_EMULATOR_STATUS_0
AsUINT32: u32
Trait Implementations
impl Clone for WHV_EMULATOR_STATUS
impl Clone for WHV_EMULATOR_STATUS
impl Copy for WHV_EMULATOR_STATUS
Auto Trait Implementations
impl RefUnwindSafe for WHV_EMULATOR_STATUS
impl Send for WHV_EMULATOR_STATUS
impl Sync for WHV_EMULATOR_STATUS
impl Unpin for WHV_EMULATOR_STATUS
impl UnwindSafe for WHV_EMULATOR_STATUS
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