diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:32 +0000 |
commit | 4547b622d8d29df964fa2914213088b148c498fc (patch) | |
tree | 9fc6b25f3c3add6b745be9a2400a6e96140046e9 /vendor/windows-sys/src/Windows/Services/Maps | |
parent | Releasing progress-linux version 1.66.0+dfsg1-1~progress7.99u1. (diff) | |
download | rustc-4547b622d8d29df964fa2914213088b148c498fc.tar.xz rustc-4547b622d8d29df964fa2914213088b148c498fc.zip |
Merging upstream version 1.67.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows-sys/src/Windows/Services/Maps')
4 files changed, 0 insertions, 485 deletions
diff --git a/vendor/windows-sys/src/Windows/Services/Maps/Guidance/mod.rs b/vendor/windows-sys/src/Windows/Services/Maps/Guidance/mod.rs deleted file mode 100644 index a206f3d67..000000000 --- a/vendor/windows-sys/src/Windows/Services/Maps/Guidance/mod.rs +++ /dev/null @@ -1,156 +0,0 @@ -#[doc = "*Required features: `\"Services_Maps_Guidance\"`*"] -#[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 - } -} -#[doc = "*Required features: `\"Services_Maps_Guidance\"`*"] -#[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; -#[doc = "*Required features: `\"Services_Maps_Guidance\"`*"] -#[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; -#[doc = "*Required features: `\"Services_Maps_Guidance\"`*"] -#[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; -#[doc = "*Required features: `\"Services_Maps_Guidance\"`*"] -#[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; -#[doc = "*Required features: `\"Services_Maps_Guidance\"`*"] -#[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; diff --git a/vendor/windows-sys/src/Windows/Services/Maps/LocalSearch/mod.rs b/vendor/windows-sys/src/Windows/Services/Maps/LocalSearch/mod.rs deleted file mode 100644 index 8f236f057..000000000 --- a/vendor/windows-sys/src/Windows/Services/Maps/LocalSearch/mod.rs +++ /dev/null @@ -1,23 +0,0 @@ -pub type LocalLocation = *mut ::core::ffi::c_void; -pub type LocalLocationFinderResult = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps_LocalSearch\"`*"] -#[repr(transparent)] -pub struct LocalLocationFinderStatus(pub i32); -impl LocalLocationFinderStatus { - pub const Success: Self = Self(0i32); - pub const UnknownError: Self = Self(1i32); - pub const InvalidCredentials: Self = Self(2i32); - pub const InvalidCategory: Self = Self(3i32); - pub const InvalidSearchTerm: Self = Self(4i32); - pub const InvalidSearchArea: Self = Self(5i32); - pub const NetworkFailure: Self = Self(6i32); - pub const NotSupported: Self = Self(7i32); -} -impl ::core::marker::Copy for LocalLocationFinderStatus {} -impl ::core::clone::Clone for LocalLocationFinderStatus { - fn clone(&self) -> Self { - *self - } -} -pub type LocalLocationHoursOfOperationItem = *mut ::core::ffi::c_void; -pub type LocalLocationRatingInfo = *mut ::core::ffi::c_void; diff --git a/vendor/windows-sys/src/Windows/Services/Maps/OfflineMaps/mod.rs b/vendor/windows-sys/src/Windows/Services/Maps/OfflineMaps/mod.rs deleted file mode 100644 index 33cfb5aff..000000000 --- a/vendor/windows-sys/src/Windows/Services/Maps/OfflineMaps/mod.rs +++ /dev/null @@ -1,48 +0,0 @@ -pub type OfflineMapPackage = *mut ::core::ffi::c_void; -pub type OfflineMapPackageQueryResult = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps_OfflineMaps\"`*"] -#[repr(transparent)] -pub struct OfflineMapPackageQueryStatus(pub i32); -impl OfflineMapPackageQueryStatus { - pub const Success: Self = Self(0i32); - pub const UnknownError: Self = Self(1i32); - pub const InvalidCredentials: Self = Self(2i32); - pub const NetworkFailure: Self = Self(3i32); -} -impl ::core::marker::Copy for OfflineMapPackageQueryStatus {} -impl ::core::clone::Clone for OfflineMapPackageQueryStatus { - fn clone(&self) -> Self { - *self - } -} -pub type OfflineMapPackageStartDownloadResult = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps_OfflineMaps\"`*"] -#[repr(transparent)] -pub struct OfflineMapPackageStartDownloadStatus(pub i32); -impl OfflineMapPackageStartDownloadStatus { - pub const Success: Self = Self(0i32); - pub const UnknownError: Self = Self(1i32); - pub const InvalidCredentials: Self = Self(2i32); - pub const DeniedWithoutCapability: Self = Self(3i32); -} -impl ::core::marker::Copy for OfflineMapPackageStartDownloadStatus {} -impl ::core::clone::Clone for OfflineMapPackageStartDownloadStatus { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Services_Maps_OfflineMaps\"`*"] -#[repr(transparent)] -pub struct OfflineMapPackageStatus(pub i32); -impl OfflineMapPackageStatus { - pub const NotDownloaded: Self = Self(0i32); - pub const Downloading: Self = Self(1i32); - pub const Downloaded: Self = Self(2i32); - pub const Deleting: Self = Self(3i32); -} -impl ::core::marker::Copy for OfflineMapPackageStatus {} -impl ::core::clone::Clone for OfflineMapPackageStatus { - fn clone(&self) -> Self { - *self - } -} diff --git a/vendor/windows-sys/src/Windows/Services/Maps/mod.rs b/vendor/windows-sys/src/Windows/Services/Maps/mod.rs deleted file mode 100644 index 6816b5430..000000000 --- a/vendor/windows-sys/src/Windows/Services/Maps/mod.rs +++ /dev/null @@ -1,258 +0,0 @@ -#[cfg(feature = "Services_Maps_Guidance")] -pub mod Guidance; -#[cfg(feature = "Services_Maps_LocalSearch")] -pub mod LocalSearch; -#[cfg(feature = "Services_Maps_OfflineMaps")] -pub mod OfflineMaps; -pub type EnhancedWaypoint = *mut ::core::ffi::c_void; -pub type ManeuverWarning = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct ManeuverWarningKind(pub i32); -impl ManeuverWarningKind { - pub const None: Self = Self(0i32); - pub const Accident: Self = Self(1i32); - pub const AdministrativeDivisionChange: Self = Self(2i32); - pub const Alert: Self = Self(3i32); - pub const BlockedRoad: Self = Self(4i32); - pub const CheckTimetable: Self = Self(5i32); - pub const Congestion: Self = Self(6i32); - pub const Construction: Self = Self(7i32); - pub const CountryChange: Self = Self(8i32); - pub const DisabledVehicle: Self = Self(9i32); - pub const GateAccess: Self = Self(10i32); - pub const GetOffTransit: Self = Self(11i32); - pub const GetOnTransit: Self = Self(12i32); - pub const IllegalUTurn: Self = Self(13i32); - pub const MassTransit: Self = Self(14i32); - pub const Miscellaneous: Self = Self(15i32); - pub const NoIncident: Self = Self(16i32); - pub const Other: Self = Self(17i32); - pub const OtherNews: Self = Self(18i32); - pub const OtherTrafficIncidents: Self = Self(19i32); - pub const PlannedEvent: Self = Self(20i32); - pub const PrivateRoad: Self = Self(21i32); - pub const RestrictedTurn: Self = Self(22i32); - pub const RoadClosures: Self = Self(23i32); - pub const RoadHazard: Self = Self(24i32); - pub const ScheduledConstruction: Self = Self(25i32); - pub const SeasonalClosures: Self = Self(26i32); - pub const Tollbooth: Self = Self(27i32); - pub const TollRoad: Self = Self(28i32); - pub const TollZoneEnter: Self = Self(29i32); - pub const TollZoneExit: Self = Self(30i32); - pub const TrafficFlow: Self = Self(31i32); - pub const TransitLineChange: Self = Self(32i32); - pub const UnpavedRoad: Self = Self(33i32); - pub const UnscheduledConstruction: Self = Self(34i32); - pub const Weather: Self = Self(35i32); -} -impl ::core::marker::Copy for ManeuverWarningKind {} -impl ::core::clone::Clone for ManeuverWarningKind { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct ManeuverWarningSeverity(pub i32); -impl ManeuverWarningSeverity { - pub const None: Self = Self(0i32); - pub const LowImpact: Self = Self(1i32); - pub const Minor: Self = Self(2i32); - pub const Moderate: Self = Self(3i32); - pub const Serious: Self = Self(4i32); -} -impl ::core::marker::Copy for ManeuverWarningSeverity {} -impl ::core::clone::Clone for ManeuverWarningSeverity { - fn clone(&self) -> Self { - *self - } -} -pub type MapAddress = *mut ::core::ffi::c_void; -pub type MapLocation = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapLocationDesiredAccuracy(pub i32); -impl MapLocationDesiredAccuracy { - pub const High: Self = Self(0i32); - pub const Low: Self = Self(1i32); -} -impl ::core::marker::Copy for MapLocationDesiredAccuracy {} -impl ::core::clone::Clone for MapLocationDesiredAccuracy { - fn clone(&self) -> Self { - *self - } -} -pub type MapLocationFinderResult = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapLocationFinderStatus(pub i32); -impl MapLocationFinderStatus { - pub const Success: Self = Self(0i32); - pub const UnknownError: Self = Self(1i32); - pub const InvalidCredentials: Self = Self(2i32); - pub const BadLocation: Self = Self(3i32); - pub const IndexFailure: Self = Self(4i32); - pub const NetworkFailure: Self = Self(5i32); - pub const NotSupported: Self = Self(6i32); -} -impl ::core::marker::Copy for MapLocationFinderStatus {} -impl ::core::clone::Clone for MapLocationFinderStatus { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapManeuverNotices(pub u32); -impl MapManeuverNotices { - pub const None: Self = Self(0u32); - pub const Toll: Self = Self(1u32); - pub const Unpaved: Self = Self(2u32); -} -impl ::core::marker::Copy for MapManeuverNotices {} -impl ::core::clone::Clone for MapManeuverNotices { - fn clone(&self) -> Self { - *self - } -} -pub type MapRoute = *mut ::core::ffi::c_void; -pub type MapRouteDrivingOptions = *mut ::core::ffi::c_void; -pub type MapRouteFinderResult = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapRouteFinderStatus(pub i32); -impl MapRouteFinderStatus { - pub const Success: Self = Self(0i32); - pub const UnknownError: Self = Self(1i32); - pub const InvalidCredentials: Self = Self(2i32); - pub const NoRouteFound: Self = Self(3i32); - pub const NoRouteFoundWithGivenOptions: Self = Self(4i32); - pub const StartPointNotFound: Self = Self(5i32); - pub const EndPointNotFound: Self = Self(6i32); - pub const NoPedestrianRouteFound: Self = Self(7i32); - pub const NetworkFailure: Self = Self(8i32); - pub const NotSupported: Self = Self(9i32); -} -impl ::core::marker::Copy for MapRouteFinderStatus {} -impl ::core::clone::Clone for MapRouteFinderStatus { - fn clone(&self) -> Self { - *self - } -} -pub type MapRouteLeg = *mut ::core::ffi::c_void; -pub type MapRouteManeuver = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapRouteManeuverKind(pub i32); -impl MapRouteManeuverKind { - pub const None: Self = Self(0i32); - pub const Start: Self = Self(1i32); - pub const Stopover: Self = Self(2i32); - pub const StopoverResume: Self = Self(3i32); - pub const End: Self = Self(4i32); - pub const GoStraight: Self = Self(5i32); - pub const UTurnLeft: Self = Self(6i32); - pub const UTurnRight: Self = Self(7i32); - pub const TurnKeepLeft: Self = Self(8i32); - pub const TurnKeepRight: Self = Self(9i32); - pub const TurnLightLeft: Self = Self(10i32); - pub const TurnLightRight: Self = Self(11i32); - pub const TurnLeft: Self = Self(12i32); - pub const TurnRight: Self = Self(13i32); - pub const TurnHardLeft: Self = Self(14i32); - pub const TurnHardRight: Self = Self(15i32); - pub const FreewayEnterLeft: Self = Self(16i32); - pub const FreewayEnterRight: Self = Self(17i32); - pub const FreewayLeaveLeft: Self = Self(18i32); - pub const FreewayLeaveRight: Self = Self(19i32); - pub const FreewayContinueLeft: Self = Self(20i32); - pub const FreewayContinueRight: Self = Self(21i32); - pub const TrafficCircleLeft: Self = Self(22i32); - pub const TrafficCircleRight: Self = Self(23i32); - pub const TakeFerry: Self = Self(24i32); -} -impl ::core::marker::Copy for MapRouteManeuverKind {} -impl ::core::clone::Clone for MapRouteManeuverKind { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapRouteOptimization(pub i32); -impl MapRouteOptimization { - pub const Time: Self = Self(0i32); - pub const Distance: Self = Self(1i32); - pub const TimeWithTraffic: Self = Self(2i32); - pub const Scenic: Self = Self(3i32); -} -impl ::core::marker::Copy for MapRouteOptimization {} -impl ::core::clone::Clone for MapRouteOptimization { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapRouteRestrictions(pub u32); -impl MapRouteRestrictions { - pub const None: Self = Self(0u32); - pub const Highways: Self = Self(1u32); - pub const TollRoads: Self = Self(2u32); - pub const Ferries: Self = Self(4u32); - pub const Tunnels: Self = Self(8u32); - pub const DirtRoads: Self = Self(16u32); - pub const Motorail: Self = Self(32u32); -} -impl ::core::marker::Copy for MapRouteRestrictions {} -impl ::core::clone::Clone for MapRouteRestrictions { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct MapServiceDataUsagePreference(pub i32); -impl MapServiceDataUsagePreference { - pub const Default: Self = Self(0i32); - pub const OfflineMapDataOnly: Self = Self(1i32); -} -impl ::core::marker::Copy for MapServiceDataUsagePreference {} -impl ::core::clone::Clone for MapServiceDataUsagePreference { - fn clone(&self) -> Self { - *self - } -} -pub type PlaceInfo = *mut ::core::ffi::c_void; -pub type PlaceInfoCreateOptions = *mut ::core::ffi::c_void; -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct TrafficCongestion(pub i32); -impl TrafficCongestion { - pub const Unknown: Self = Self(0i32); - pub const Light: Self = Self(1i32); - pub const Mild: Self = Self(2i32); - pub const Medium: Self = Self(3i32); - pub const Heavy: Self = Self(4i32); -} -impl ::core::marker::Copy for TrafficCongestion {} -impl ::core::clone::Clone for TrafficCongestion { - fn clone(&self) -> Self { - *self - } -} -#[doc = "*Required features: `\"Services_Maps\"`*"] -#[repr(transparent)] -pub struct WaypointKind(pub i32); -impl WaypointKind { - pub const Stop: Self = Self(0i32); - pub const Via: Self = Self(1i32); -} -impl ::core::marker::Copy for WaypointKind {} -impl ::core::clone::Clone for WaypointKind { - fn clone(&self) -> Self { - *self - } -} |