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