Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIENVELOPE
#[repr(C)]pub struct DIENVELOPE {
pub dwSize: u32,
pub dwAttackLevel: u32,
pub dwAttackTime: u32,
pub dwFadeLevel: u32,
pub dwFadeTime: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§dwSize: u32
§dwAttackLevel: u32
§dwAttackTime: u32
§dwFadeLevel: u32
§dwFadeTime: u32