Struct winapi::um::cfgmgr32::CM_NOTIFY_EVENT_DATA
source · #[repr(C)]pub struct CM_NOTIFY_EVENT_DATA {
pub FilterType: CM_NOTIFY_FILTER_TYPE,
pub Reserved: DWORD,
pub u: CM_NOTIFY_EVENT_DATA_u,
}
Fields§
§FilterType: CM_NOTIFY_FILTER_TYPE
§Reserved: DWORD
§u: CM_NOTIFY_EVENT_DATA_u
Trait Implementations§
source§impl Clone for CM_NOTIFY_EVENT_DATA
impl Clone for CM_NOTIFY_EVENT_DATA
source§fn clone(&self) -> CM_NOTIFY_EVENT_DATA
fn clone(&self) -> CM_NOTIFY_EVENT_DATA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CM_NOTIFY_EVENT_DATA
impl Default for CM_NOTIFY_EVENT_DATA
source§fn default() -> CM_NOTIFY_EVENT_DATA
fn default() -> CM_NOTIFY_EVENT_DATA
Returns the “default value” for a type. Read more