Struct windows_sys::Win32::System::Hypervisor::WHV_SYNIC_EVENT_PARAMETERS
#[repr(C)]pub struct WHV_SYNIC_EVENT_PARAMETERS {
pub VpIndex: u32,
pub TargetSint: u8,
pub Reserved: u8,
pub FlagNumber: u16,
}
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§
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