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