summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/System/Diagnostics
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:21 +0000
commit4e8199b572f2035b7749cba276ece3a26630d23e (patch)
treef09feeed6a0fe39d027b1908aa63ea6b35e4b631 /vendor/windows-sys/src/Windows/System/Diagnostics
parentAdding upstream version 1.66.0+dfsg1. (diff)
downloadrustc-4e8199b572f2035b7749cba276ece3a26630d23e.tar.xz
rustc-4e8199b572f2035b7749cba276ece3a26630d23e.zip
Adding upstream version 1.67.1+dfsg1.upstream/1.67.1+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows-sys/src/Windows/System/Diagnostics')
-rw-r--r--vendor/windows-sys/src/Windows/System/Diagnostics/DevicePortal/mod.rs20
-rw-r--r--vendor/windows-sys/src/Windows/System/Diagnostics/Telemetry/mod.rs16
-rw-r--r--vendor/windows-sys/src/Windows/System/Diagnostics/TraceReporting/mod.rs84
-rw-r--r--vendor/windows-sys/src/Windows/System/Diagnostics/mod.rs38
4 files changed, 0 insertions, 158 deletions
diff --git a/vendor/windows-sys/src/Windows/System/Diagnostics/DevicePortal/mod.rs b/vendor/windows-sys/src/Windows/System/Diagnostics/DevicePortal/mod.rs
deleted file mode 100644
index 2b266dd27..000000000
--- a/vendor/windows-sys/src/Windows/System/Diagnostics/DevicePortal/mod.rs
+++ /dev/null
@@ -1,20 +0,0 @@
-pub type DevicePortalConnection = *mut ::core::ffi::c_void;
-pub type DevicePortalConnectionClosedEventArgs = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"System_Diagnostics_DevicePortal\"`*"]
-#[repr(transparent)]
-pub struct DevicePortalConnectionClosedReason(pub i32);
-impl DevicePortalConnectionClosedReason {
- pub const Unknown: Self = Self(0i32);
- pub const ResourceLimitsExceeded: Self = Self(1i32);
- pub const ProtocolError: Self = Self(2i32);
- pub const NotAuthorized: Self = Self(3i32);
- pub const UserNotPresent: Self = Self(4i32);
- pub const ServiceTerminated: Self = Self(5i32);
-}
-impl ::core::marker::Copy for DevicePortalConnectionClosedReason {}
-impl ::core::clone::Clone for DevicePortalConnectionClosedReason {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type DevicePortalConnectionRequestReceivedEventArgs = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys/src/Windows/System/Diagnostics/Telemetry/mod.rs b/vendor/windows-sys/src/Windows/System/Diagnostics/Telemetry/mod.rs
deleted file mode 100644
index 67fd61635..000000000
--- a/vendor/windows-sys/src/Windows/System/Diagnostics/Telemetry/mod.rs
+++ /dev/null
@@ -1,16 +0,0 @@
-pub type PlatformTelemetryRegistrationResult = *mut ::core::ffi::c_void;
-pub type PlatformTelemetryRegistrationSettings = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"System_Diagnostics_Telemetry\"`*"]
-#[repr(transparent)]
-pub struct PlatformTelemetryRegistrationStatus(pub i32);
-impl PlatformTelemetryRegistrationStatus {
- pub const Success: Self = Self(0i32);
- pub const SettingsOutOfRange: Self = Self(1i32);
- pub const UnknownFailure: Self = Self(2i32);
-}
-impl ::core::marker::Copy for PlatformTelemetryRegistrationStatus {}
-impl ::core::clone::Clone for PlatformTelemetryRegistrationStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
diff --git a/vendor/windows-sys/src/Windows/System/Diagnostics/TraceReporting/mod.rs b/vendor/windows-sys/src/Windows/System/Diagnostics/TraceReporting/mod.rs
deleted file mode 100644
index efa6d3773..000000000
--- a/vendor/windows-sys/src/Windows/System/Diagnostics/TraceReporting/mod.rs
+++ /dev/null
@@ -1,84 +0,0 @@
-#[doc = "*Required features: `\"System_Diagnostics_TraceReporting\"`*"]
-#[repr(transparent)]
-pub struct PlatformDiagnosticActionState(pub i32);
-impl PlatformDiagnosticActionState {
- pub const Success: Self = Self(0i32);
- pub const FreeNetworkNotAvailable: Self = Self(1i32);
- pub const ACPowerNotAvailable: Self = Self(2i32);
-}
-impl ::core::marker::Copy for PlatformDiagnosticActionState {}
-impl ::core::clone::Clone for PlatformDiagnosticActionState {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"System_Diagnostics_TraceReporting\"`*"]
-#[repr(transparent)]
-pub struct PlatformDiagnosticEscalationType(pub i32);
-impl PlatformDiagnosticEscalationType {
- pub const OnCompletion: Self = Self(0i32);
- pub const OnFailure: Self = Self(1i32);
-}
-impl ::core::marker::Copy for PlatformDiagnosticEscalationType {}
-impl ::core::clone::Clone for PlatformDiagnosticEscalationType {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"System_Diagnostics_TraceReporting\"`*"]
-#[repr(transparent)]
-pub struct PlatformDiagnosticEventBufferLatencies(pub u32);
-impl PlatformDiagnosticEventBufferLatencies {
- pub const Normal: Self = Self(1u32);
- pub const CostDeferred: Self = Self(2u32);
- pub const Realtime: Self = Self(4u32);
-}
-impl ::core::marker::Copy for PlatformDiagnosticEventBufferLatencies {}
-impl ::core::clone::Clone for PlatformDiagnosticEventBufferLatencies {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type PlatformDiagnosticTraceInfo = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"System_Diagnostics_TraceReporting\"`*"]
-#[repr(transparent)]
-pub struct PlatformDiagnosticTracePriority(pub i32);
-impl PlatformDiagnosticTracePriority {
- pub const Normal: Self = Self(0i32);
- pub const UserElevated: Self = Self(1i32);
-}
-impl ::core::marker::Copy for PlatformDiagnosticTracePriority {}
-impl ::core::clone::Clone for PlatformDiagnosticTracePriority {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type PlatformDiagnosticTraceRuntimeInfo = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"System_Diagnostics_TraceReporting\"`*"]
-#[repr(transparent)]
-pub struct PlatformDiagnosticTraceSlotState(pub i32);
-impl PlatformDiagnosticTraceSlotState {
- pub const NotRunning: Self = Self(0i32);
- pub const Running: Self = Self(1i32);
- pub const Throttled: Self = Self(2i32);
-}
-impl ::core::marker::Copy for PlatformDiagnosticTraceSlotState {}
-impl ::core::clone::Clone for PlatformDiagnosticTraceSlotState {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[doc = "*Required features: `\"System_Diagnostics_TraceReporting\"`*"]
-#[repr(transparent)]
-pub struct PlatformDiagnosticTraceSlotType(pub i32);
-impl PlatformDiagnosticTraceSlotType {
- pub const Alternative: Self = Self(0i32);
- pub const AlwaysOn: Self = Self(1i32);
- pub const Mini: Self = Self(2i32);
-}
-impl ::core::marker::Copy for PlatformDiagnosticTraceSlotType {}
-impl ::core::clone::Clone for PlatformDiagnosticTraceSlotType {
- fn clone(&self) -> Self {
- *self
- }
-}
diff --git a/vendor/windows-sys/src/Windows/System/Diagnostics/mod.rs b/vendor/windows-sys/src/Windows/System/Diagnostics/mod.rs
deleted file mode 100644
index 912eab5ce..000000000
--- a/vendor/windows-sys/src/Windows/System/Diagnostics/mod.rs
+++ /dev/null
@@ -1,38 +0,0 @@
-#[cfg(feature = "System_Diagnostics_DevicePortal")]
-pub mod DevicePortal;
-#[cfg(feature = "System_Diagnostics_Telemetry")]
-pub mod Telemetry;
-#[cfg(feature = "System_Diagnostics_TraceReporting")]
-pub mod TraceReporting;
-pub type DiagnosticActionResult = *mut ::core::ffi::c_void;
-#[doc = "*Required features: `\"System_Diagnostics\"`*"]
-#[repr(transparent)]
-pub struct DiagnosticActionState(pub i32);
-impl DiagnosticActionState {
- pub const Initializing: Self = Self(0i32);
- pub const Downloading: Self = Self(1i32);
- pub const VerifyingTrust: Self = Self(2i32);
- pub const Detecting: Self = Self(3i32);
- pub const Resolving: Self = Self(4i32);
- pub const VerifyingResolution: Self = Self(5i32);
- pub const Executing: Self = Self(6i32);
-}
-impl ::core::marker::Copy for DiagnosticActionState {}
-impl ::core::clone::Clone for DiagnosticActionState {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type DiagnosticInvoker = *mut ::core::ffi::c_void;
-pub type ProcessCpuUsage = *mut ::core::ffi::c_void;
-pub type ProcessCpuUsageReport = *mut ::core::ffi::c_void;
-pub type ProcessDiagnosticInfo = *mut ::core::ffi::c_void;
-pub type ProcessDiskUsage = *mut ::core::ffi::c_void;
-pub type ProcessDiskUsageReport = *mut ::core::ffi::c_void;
-pub type ProcessMemoryUsage = *mut ::core::ffi::c_void;
-pub type ProcessMemoryUsageReport = *mut ::core::ffi::c_void;
-pub type SystemCpuUsage = *mut ::core::ffi::c_void;
-pub type SystemCpuUsageReport = *mut ::core::ffi::c_void;
-pub type SystemDiagnosticInfo = *mut ::core::ffi::c_void;
-pub type SystemMemoryUsage = *mut ::core::ffi::c_void;
-pub type SystemMemoryUsageReport = *mut ::core::ffi::c_void;