Struct windows_sys::Win32::System::Hypervisor::WHV_INTERRUPT_CONTROL
#[repr(C)]pub struct WHV_INTERRUPT_CONTROL {
pub _bitfield: u64,
pub Destination: u32,
pub Vector: u32,
}
Fields§
§_bitfield: u64
§Destination: u32
§Vector: u32
Trait Implementations§
§impl Clone for WHV_INTERRUPT_CONTROL
impl Clone for WHV_INTERRUPT_CONTROL
impl Copy for WHV_INTERRUPT_CONTROL
Auto Trait Implementations§
impl RefUnwindSafe for WHV_INTERRUPT_CONTROL
impl Send for WHV_INTERRUPT_CONTROL
impl Sync for WHV_INTERRUPT_CONTROL
impl Unpin for WHV_INTERRUPT_CONTROL
impl UnwindSafe for WHV_INTERRUPT_CONTROL
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