summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs b/vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs
deleted file mode 100644
index cd814efe8..000000000
--- a/vendor/windows-sys/src/Windows/Phone/System/Power/mod.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-#[doc = "*Required features: `\"Phone_System_Power\"`*"]
-#[repr(transparent)]
-pub struct PowerSavingMode(pub i32);
-impl PowerSavingMode {
- pub const Off: Self = Self(0i32);
- pub const On: Self = Self(1i32);
-}
-impl ::core::marker::Copy for PowerSavingMode {}
-impl ::core::clone::Clone for PowerSavingMode {
- fn clone(&self) -> Self {
- *self
- }
-}