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
pub const Start: Self
pub const Stopover: Self
pub const StopoverResume: Self
pub const End: Self
pub const GoStraight: Self
pub const UTurnLeft: Self
pub const UTurnRight: Self
pub const TurnKeepLeft: Self
pub const TurnKeepRight: Self
pub const TurnLightLeft: Self
pub const TurnLightRight: Self
pub const TurnLeft: Self
pub const TurnRight: Self
pub const TurnHardLeft: Self
pub const TurnHardRight: Self
pub const FreewayEnterLeft: Self
pub const FreewayEnterRight: Self
pub const FreewayLeaveLeft: Self
pub const FreewayLeaveRight: Self
pub const FreewayContinueLeft: Self
pub const FreewayContinueRight: Self
pub const TrafficCircleLeft: Self
pub const TrafficCircleRight: Self
pub const TakeFerry: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more