Struct winapi::cfgmgr32::CM_NOTIFY_FILTER [] [src]

pub struct CM_NOTIFY_FILTER {
    pub cbSize: DWORD,
    pub Flags: DWORD,
    pub FilterType: CM_NOTIFY_FILTER_TYPE,
    pub Reserved: DWORD,
    pub u: [BYTE; 400],
}

Fields

cbSize
Flags
FilterType
Reserved
u

Methods

impl CM_NOTIFY_FILTER
[src]

unsafe fn DeviceInterface(&self) -> &CM_NOTIFY_FILTER_DeviceInterface

unsafe fn DeviceInterface_mut(&mut self) -> &mut CM_NOTIFY_FILTER_DeviceInterface

impl CM_NOTIFY_FILTER
[src]

unsafe fn DeviceHandle(&self) -> &CM_NOTIFY_FILTER_DeviceHandle

unsafe fn DeviceHandle_mut(&mut self) -> &mut CM_NOTIFY_FILTER_DeviceHandle

impl CM_NOTIFY_FILTER
[src]

unsafe fn DeviceInstance(&self) -> &CM_NOTIFY_FILTER_DeviceInstance

unsafe fn DeviceInstance_mut(&mut self) -> &mut CM_NOTIFY_FILTER_DeviceInstance

Trait Implementations

impl Copy for CM_NOTIFY_FILTER
[src]

impl Clone for CM_NOTIFY_FILTER
[src]

fn clone(&self) -> CM_NOTIFY_FILTER

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more