#[repr(C)]pub struct WHV_SYNIC_SINT_DELIVERABLE_CONTEXT {
pub DeliverableSints: u16,
pub Reserved1: u16,
pub Reserved2: u32,
}
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§
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