#[repr(C)]pub struct WHV_SYNIC_EVENT_PARAMETERS {
pub VpIndex: u32,
pub TargetSint: u8,
pub Reserved: u8,
pub FlagNumber: u16,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
VpIndex: u32
TargetSint: u8
Reserved: u8
FlagNumber: u16
Trait Implementations
impl Clone for WHV_SYNIC_EVENT_PARAMETERS
impl Clone for WHV_SYNIC_EVENT_PARAMETERS
impl Copy for WHV_SYNIC_EVENT_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for WHV_SYNIC_EVENT_PARAMETERS
impl Send for WHV_SYNIC_EVENT_PARAMETERS
impl Sync for WHV_SYNIC_EVENT_PARAMETERS
impl Unpin for WHV_SYNIC_EVENT_PARAMETERS
impl UnwindSafe for WHV_SYNIC_EVENT_PARAMETERS
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