#[repr(C)]
pub union WHV_X64_IO_PORT_ACCESS_INFO {
pub Anonymous: WHV_X64_IO_PORT_ACCESS_INFO_0,
pub AsUINT32: u32,
}
Fields§
§Anonymous: WHV_X64_IO_PORT_ACCESS_INFO_0
§AsUINT32: u32
Trait Implementations§
§impl Clone for WHV_X64_IO_PORT_ACCESS_INFO
impl Clone for WHV_X64_IO_PORT_ACCESS_INFO
impl Copy for WHV_X64_IO_PORT_ACCESS_INFO
Auto Trait Implementations§
impl RefUnwindSafe for WHV_X64_IO_PORT_ACCESS_INFO
impl Send for WHV_X64_IO_PORT_ACCESS_INFO
impl Sync for WHV_X64_IO_PORT_ACCESS_INFO
impl Unpin for WHV_X64_IO_PORT_ACCESS_INFO
impl UnwindSafe for WHV_X64_IO_PORT_ACCESS_INFO
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