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 --- .../windows-sys/src/Windows/Devices/Pwm/Provider/mod.rs | 2 -- vendor/windows-sys/src/Windows/Devices/Pwm/mod.rs | 17 ----------------- 2 files changed, 19 deletions(-) delete mode 100644 vendor/windows-sys/src/Windows/Devices/Pwm/Provider/mod.rs delete mode 100644 vendor/windows-sys/src/Windows/Devices/Pwm/mod.rs (limited to 'vendor/windows-sys/src/Windows/Devices/Pwm') diff --git a/vendor/windows-sys/src/Windows/Devices/Pwm/Provider/mod.rs b/vendor/windows-sys/src/Windows/Devices/Pwm/Provider/mod.rs deleted file mode 100644 index be08ef3f5..000000000 --- a/vendor/windows-sys/src/Windows/Devices/Pwm/Provider/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -pub type IPwmControllerProvider = *mut ::core::ffi::c_void; -pub type IPwmProvider = *mut ::core::ffi::c_void; diff --git a/vendor/windows-sys/src/Windows/Devices/Pwm/mod.rs b/vendor/windows-sys/src/Windows/Devices/Pwm/mod.rs deleted file mode 100644 index 0465e2496..000000000 --- a/vendor/windows-sys/src/Windows/Devices/Pwm/mod.rs +++ /dev/null @@ -1,17 +0,0 @@ -#[cfg(feature = "Devices_Pwm_Provider")] -pub mod Provider; -pub type PwmController = *mut ::core::ffi::c_void; -pub type PwmPin = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Devices_Pwm\"`*"] -#[repr(transparent)] -pub struct PwmPulsePolarity(pub i32); -impl PwmPulsePolarity { - pub const ActiveHigh: Self = Self(0i32); - pub const ActiveLow: Self = Self(1i32); -} -impl ::core::marker::Copy for PwmPulsePolarity {} -impl ::core::clone::Clone for PwmPulsePolarity { - fn clone(&self) -> Self { - *self - } -} -- cgit v1.2.3