#[repr(C)]pub struct WHV_NOTIFICATION_PORT_PARAMETERS {
pub NotificationPortType: WHV_NOTIFICATION_PORT_TYPE,
pub Reserved: u32,
pub Anonymous: WHV_NOTIFICATION_PORT_PARAMETERS_0,
}
Expand description
Required features: "Win32_System_Hypervisor"
Fields
NotificationPortType: WHV_NOTIFICATION_PORT_TYPE
Reserved: u32
Anonymous: WHV_NOTIFICATION_PORT_PARAMETERS_0
Trait Implementations
impl Clone for WHV_NOTIFICATION_PORT_PARAMETERS
impl Clone for WHV_NOTIFICATION_PORT_PARAMETERS
impl Copy for WHV_NOTIFICATION_PORT_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for WHV_NOTIFICATION_PORT_PARAMETERS
impl Send for WHV_NOTIFICATION_PORT_PARAMETERS
impl Sync for WHV_NOTIFICATION_PORT_PARAMETERS
impl Unpin for WHV_NOTIFICATION_PORT_PARAMETERS
impl UnwindSafe for WHV_NOTIFICATION_PORT_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