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,
}
Expand description
Required features: "Win32_System_Hypervisor"
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
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