#[repr(C)]pub struct CM_NOTIFY_EVENT_DATA {
pub FilterType: CM_NOTIFY_FILTER_TYPE,
pub Reserved: u32,
pub u: CM_NOTIFY_EVENT_DATA_0,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
FilterType: CM_NOTIFY_FILTER_TYPE
Reserved: u32
u: CM_NOTIFY_EVENT_DATA_0
Trait Implementations
impl Clone for CM_NOTIFY_EVENT_DATA
impl Clone for CM_NOTIFY_EVENT_DATA
impl Copy for CM_NOTIFY_EVENT_DATA
Auto Trait Implementations
impl RefUnwindSafe for CM_NOTIFY_EVENT_DATA
impl Send for CM_NOTIFY_EVENT_DATA
impl Sync for CM_NOTIFY_EVENT_DATA
impl Unpin for CM_NOTIFY_EVENT_DATA
impl UnwindSafe for CM_NOTIFY_EVENT_DATA
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