From 4e8199b572f2035b7749cba276ece3a26630d23e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:21 +0200 Subject: Adding upstream version 1.67.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/windows-sys/src/Windows/Devices/Haptics/mod.rs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 vendor/windows-sys/src/Windows/Devices/Haptics/mod.rs (limited to 'vendor/windows-sys/src/Windows/Devices/Haptics/mod.rs') diff --git a/vendor/windows-sys/src/Windows/Devices/Haptics/mod.rs b/vendor/windows-sys/src/Windows/Devices/Haptics/mod.rs deleted file mode 100644 index 08e492732..000000000 --- a/vendor/windows-sys/src/Windows/Devices/Haptics/mod.rs +++ /dev/null @@ -1,18 +0,0 @@ -pub type SimpleHapticsController = *mut ::core::ffi::c_void; -pub type SimpleHapticsControllerFeedback = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Devices_Haptics\"`*"] -#[repr(transparent)] -pub struct VibrationAccessStatus(pub i32); -impl VibrationAccessStatus { - pub const Allowed: Self = Self(0i32); - pub const DeniedByUser: Self = Self(1i32); - pub const DeniedBySystem: Self = Self(2i32); - pub const DeniedByEnergySaver: Self = Self(3i32); -} -impl ::core::marker::Copy for VibrationAccessStatus {} -impl ::core::clone::Clone for VibrationAccessStatus { - fn clone(&self) -> Self { - *self - } -} -pub type VibrationDevice = *mut ::core::ffi::c_void; -- cgit v1.2.3