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
pub const UnknownError: Self
pub const InvalidCredentials: Self
pub const BadLocation: Self
pub const IndexFailure: Self
pub const NetworkFailure: Self
pub const NotSupported: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more