Struct windows_sys::Services::Maps::MapLocationFinderStatus
[−]#[repr(transparent)]pub struct MapLocationFinderStatus(pub i32);
Expand description
Required features: "Services_Maps"
Tuple Fields
0: i32
Implementations
impl MapLocationFinderStatus
impl MapLocationFinderStatus
pub const Success: Self = Self(0i32)
pub const UnknownError: Self = Self(1i32)
pub const InvalidCredentials: Self = Self(2i32)
pub const BadLocation: Self = Self(3i32)
pub const IndexFailure: Self = Self(4i32)
pub const NetworkFailure: Self = Self(5i32)
pub const NotSupported: Self = Self(6i32)
Trait Implementations
impl Clone for MapLocationFinderStatus
impl Clone for MapLocationFinderStatus
impl Copy for MapLocationFinderStatus
Auto Trait Implementations
impl RefUnwindSafe for MapLocationFinderStatus
impl Send for MapLocationFinderStatus
impl Sync for MapLocationFinderStatus
impl Unpin for MapLocationFinderStatus
impl UnwindSafe for MapLocationFinderStatus
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