Struct windows_sys::Services::Maps::MapRouteFinderStatus
[−]#[repr(transparent)]pub struct MapRouteFinderStatus(pub i32);Expand description
Required features: ‘Services_Maps’
Tuple Fields
0: i32Implementations
impl MapRouteFinderStatus
impl MapRouteFinderStatus
pub const Success: Self
pub const UnknownError: Self
pub const InvalidCredentials: Self
pub const NoRouteFound: Self
pub const NoRouteFoundWithGivenOptions: Self
pub const StartPointNotFound: Self
pub const EndPointNotFound: Self
pub const NoPedestrianRouteFound: Self
pub const NetworkFailure: Self
pub const NotSupported: Self
Trait Implementations
impl Clone for MapRouteFinderStatus
impl Clone for MapRouteFinderStatus
impl Copy for MapRouteFinderStatus
Auto Trait Implementations
impl RefUnwindSafe for MapRouteFinderStatus
impl Send for MapRouteFinderStatus
impl Sync for MapRouteFinderStatus
impl Unpin for MapRouteFinderStatus
impl UnwindSafe for MapRouteFinderStatus
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