#[repr(C)]
pub union CM_NOTIFY_EVENT_DATA_0 {
pub DeviceInterface: CM_NOTIFY_EVENT_DATA_0_2,
pub DeviceHandle: CM_NOTIFY_EVENT_DATA_0_0,
pub DeviceInstance: CM_NOTIFY_EVENT_DATA_0_1,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
DeviceInterface: CM_NOTIFY_EVENT_DATA_0_2
DeviceHandle: CM_NOTIFY_EVENT_DATA_0_0
DeviceInstance: CM_NOTIFY_EVENT_DATA_0_1
Trait Implementations
impl Clone for CM_NOTIFY_EVENT_DATA_0
impl Clone for CM_NOTIFY_EVENT_DATA_0
impl Copy for CM_NOTIFY_EVENT_DATA_0
Auto Trait Implementations
impl RefUnwindSafe for CM_NOTIFY_EVENT_DATA_0
impl Send for CM_NOTIFY_EVENT_DATA_0
impl Sync for CM_NOTIFY_EVENT_DATA_0
impl Unpin for CM_NOTIFY_EVENT_DATA_0
impl UnwindSafe for CM_NOTIFY_EVENT_DATA_0
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