Struct windows_sys::Services::Maps::MapRouteManeuverKind
[−]#[repr(transparent)]pub struct MapRouteManeuverKind(pub i32);
Expand description
Required features: "Services_Maps"
Tuple Fields
0: i32
Implementations
impl MapRouteManeuverKind
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)
Trait Implementations
impl Clone for MapRouteManeuverKind
impl Clone for MapRouteManeuverKind
impl Copy for MapRouteManeuverKind
Auto Trait Implementations
impl RefUnwindSafe for MapRouteManeuverKind
impl Send for MapRouteManeuverKind
impl Sync for MapRouteManeuverKind
impl Unpin for MapRouteManeuverKind
impl UnwindSafe for MapRouteManeuverKind
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