Struct windows_sys::Services::Maps::ManeuverWarningKind
[−]#[repr(transparent)]pub struct ManeuverWarningKind(pub i32);
Expand description
Required features: "Services_Maps"
Tuple Fields
0: i32
Implementations
impl ManeuverWarningKind
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)
Trait Implementations
impl Clone for ManeuverWarningKind
impl Clone for ManeuverWarningKind
impl Copy for ManeuverWarningKind
Auto Trait Implementations
impl RefUnwindSafe for ManeuverWarningKind
impl Send for ManeuverWarningKind
impl Sync for ManeuverWarningKind
impl Unpin for ManeuverWarningKind
impl UnwindSafe for ManeuverWarningKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more