Union windows_sys::Win32::System::Hypervisor::WHV_UINT128
#[repr(C)]
pub union WHV_UINT128 {
pub Anonymous: WHV_UINT128_0,
pub Dword: [u32; 4],
}
Fields§
§Anonymous: WHV_UINT128_0
§Dword: [u32; 4]
Trait Implementations§
§impl Clone for WHV_UINT128
impl Clone for WHV_UINT128
impl Copy for WHV_UINT128
Auto Trait Implementations§
impl RefUnwindSafe for WHV_UINT128
impl Send for WHV_UINT128
impl Sync for WHV_UINT128
impl Unpin for WHV_UINT128
impl UnwindSafe for WHV_UINT128
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more