summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Services/Maps/Guidance/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Services/Maps/Guidance/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Services/Maps/Guidance/mod.rs153
1 files changed, 0 insertions, 153 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Services/Maps/Guidance/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Services/Maps/Guidance/mod.rs
deleted file mode 100644
index 4f0281658..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Services/Maps/Guidance/mod.rs
+++ /dev/null
@@ -1,153 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-#[repr(transparent)]
-pub struct GuidanceAudioMeasurementSystem(pub i32);
-impl GuidanceAudioMeasurementSystem {
- pub const Meters: Self = Self(0i32);
- pub const MilesAndYards: Self = Self(1i32);
- pub const MilesAndFeet: Self = Self(2i32);
-}
-impl ::core::marker::Copy for GuidanceAudioMeasurementSystem {}
-impl ::core::clone::Clone for GuidanceAudioMeasurementSystem {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct GuidanceAudioNotificationKind(pub i32);
-impl GuidanceAudioNotificationKind {
- pub const Maneuver: Self = Self(0i32);
- pub const Route: Self = Self(1i32);
- pub const Gps: Self = Self(2i32);
- pub const SpeedLimit: Self = Self(3i32);
- pub const Traffic: Self = Self(4i32);
- pub const TrafficCamera: Self = Self(5i32);
-}
-impl ::core::marker::Copy for GuidanceAudioNotificationKind {}
-impl ::core::clone::Clone for GuidanceAudioNotificationKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type GuidanceAudioNotificationRequestedEventArgs = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct GuidanceAudioNotifications(pub u32);
-impl GuidanceAudioNotifications {
- pub const None: Self = Self(0u32);
- pub const Maneuver: Self = Self(1u32);
- pub const Route: Self = Self(2u32);
- pub const Gps: Self = Self(4u32);
- pub const SpeedLimit: Self = Self(8u32);
- pub const Traffic: Self = Self(16u32);
- pub const TrafficCamera: Self = Self(32u32);
-}
-impl ::core::marker::Copy for GuidanceAudioNotifications {}
-impl ::core::clone::Clone for GuidanceAudioNotifications {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type GuidanceLaneInfo = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct GuidanceLaneMarkers(pub u32);
-impl GuidanceLaneMarkers {
- pub const None: Self = Self(0u32);
- pub const LightRight: Self = Self(1u32);
- pub const Right: Self = Self(2u32);
- pub const HardRight: Self = Self(4u32);
- pub const Straight: Self = Self(8u32);
- pub const UTurnLeft: Self = Self(16u32);
- pub const HardLeft: Self = Self(32u32);
- pub const Left: Self = Self(64u32);
- pub const LightLeft: Self = Self(128u32);
- pub const UTurnRight: Self = Self(256u32);
- pub const Unknown: Self = Self(4294967295u32);
-}
-impl ::core::marker::Copy for GuidanceLaneMarkers {}
-impl ::core::clone::Clone for GuidanceLaneMarkers {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type GuidanceManeuver = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct GuidanceManeuverKind(pub i32);
-impl GuidanceManeuverKind {
- pub const None: Self = Self(0i32);
- pub const GoStraight: Self = Self(1i32);
- pub const UTurnRight: Self = Self(2i32);
- pub const UTurnLeft: Self = Self(3i32);
- pub const TurnKeepRight: Self = Self(4i32);
- pub const TurnLightRight: Self = Self(5i32);
- pub const TurnRight: Self = Self(6i32);
- pub const TurnHardRight: Self = Self(7i32);
- pub const KeepMiddle: Self = Self(8i32);
- pub const TurnKeepLeft: Self = Self(9i32);
- pub const TurnLightLeft: Self = Self(10i32);
- pub const TurnLeft: Self = Self(11i32);
- pub const TurnHardLeft: Self = Self(12i32);
- pub const FreewayEnterRight: Self = Self(13i32);
- pub const FreewayEnterLeft: Self = Self(14i32);
- pub const FreewayLeaveRight: Self = Self(15i32);
- pub const FreewayLeaveLeft: Self = Self(16i32);
- pub const FreewayKeepRight: Self = Self(17i32);
- pub const FreewayKeepLeft: Self = Self(18i32);
- pub const TrafficCircleRight1: Self = Self(19i32);
- pub const TrafficCircleRight2: Self = Self(20i32);
- pub const TrafficCircleRight3: Self = Self(21i32);
- pub const TrafficCircleRight4: Self = Self(22i32);
- pub const TrafficCircleRight5: Self = Self(23i32);
- pub const TrafficCircleRight6: Self = Self(24i32);
- pub const TrafficCircleRight7: Self = Self(25i32);
- pub const TrafficCircleRight8: Self = Self(26i32);
- pub const TrafficCircleRight9: Self = Self(27i32);
- pub const TrafficCircleRight10: Self = Self(28i32);
- pub const TrafficCircleRight11: Self = Self(29i32);
- pub const TrafficCircleRight12: Self = Self(30i32);
- pub const TrafficCircleLeft1: Self = Self(31i32);
- pub const TrafficCircleLeft2: Self = Self(32i32);
- pub const TrafficCircleLeft3: Self = Self(33i32);
- pub const TrafficCircleLeft4: Self = Self(34i32);
- pub const TrafficCircleLeft5: Self = Self(35i32);
- pub const TrafficCircleLeft6: Self = Self(36i32);
- pub const TrafficCircleLeft7: Self = Self(37i32);
- pub const TrafficCircleLeft8: Self = Self(38i32);
- pub const TrafficCircleLeft9: Self = Self(39i32);
- pub const TrafficCircleLeft10: Self = Self(40i32);
- pub const TrafficCircleLeft11: Self = Self(41i32);
- pub const TrafficCircleLeft12: Self = Self(42i32);
- pub const Start: Self = Self(43i32);
- pub const End: Self = Self(44i32);
- pub const TakeFerry: Self = Self(45i32);
- pub const PassTransitStation: Self = Self(46i32);
- pub const LeaveTransitStation: Self = Self(47i32);
-}
-impl ::core::marker::Copy for GuidanceManeuverKind {}
-impl ::core::clone::Clone for GuidanceManeuverKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type GuidanceMapMatchedCoordinate = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct GuidanceMode(pub i32);
-impl GuidanceMode {
- pub const None: Self = Self(0i32);
- pub const Simulation: Self = Self(1i32);
- pub const Navigation: Self = Self(2i32);
- pub const Tracking: Self = Self(3i32);
-}
-impl ::core::marker::Copy for GuidanceMode {}
-impl ::core::clone::Clone for GuidanceMode {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type GuidanceNavigator = *mut ::core::ffi::c_void;
-pub type GuidanceReroutedEventArgs = *mut ::core::ffi::c_void;
-pub type GuidanceRoadSegment = *mut ::core::ffi::c_void;
-pub type GuidanceRoadSignpost = *mut ::core::ffi::c_void;
-pub type GuidanceRoute = *mut ::core::ffi::c_void;
-pub type GuidanceTelemetryCollector = *mut ::core::ffi::c_void;
-pub type GuidanceUpdatedEventArgs = *mut ::core::ffi::c_void;