Struct windows_sys::Win32::System::Hypervisor::WHV_DOORBELL_MATCH_DATA
[−]#[repr(C)]pub struct WHV_DOORBELL_MATCH_DATA {
pub GuestAddress: u64,
pub Value: u64,
pub Length: u32,
pub _bitfield: u32,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
GuestAddress: u64
Value: u64
Length: u32
_bitfield: u32
Trait Implementations
impl Clone for WHV_DOORBELL_MATCH_DATA
impl Clone for WHV_DOORBELL_MATCH_DATA
impl Copy for WHV_DOORBELL_MATCH_DATA
Auto Trait Implementations
impl RefUnwindSafe for WHV_DOORBELL_MATCH_DATA
impl Send for WHV_DOORBELL_MATCH_DATA
impl Sync for WHV_DOORBELL_MATCH_DATA
impl Unpin for WHV_DOORBELL_MATCH_DATA
impl UnwindSafe for WHV_DOORBELL_MATCH_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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