Struct windows_sys::Services::Maps::MapRouteFinderStatus
[−]#[repr(transparent)]pub struct MapRouteFinderStatus(pub i32);
Expand description
Required features: "Services_Maps"
Tuple Fields
0: i32
Implementations
impl MapRouteFinderStatus
impl MapRouteFinderStatus
pub const Success: Self = Self(0i32)
pub const UnknownError: Self = Self(1i32)
pub const InvalidCredentials: Self = Self(2i32)
pub const NoRouteFound: Self = Self(3i32)
pub const NoRouteFoundWithGivenOptions: Self = Self(4i32)
pub const StartPointNotFound: Self = Self(5i32)
pub const EndPointNotFound: Self = Self(6i32)
pub const NoPedestrianRouteFound: Self = Self(7i32)
pub const NetworkFailure: Self = Self(8i32)
pub const NotSupported: Self = Self(9i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more