]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys/src/Windows/Services/Maps/LocalSearch/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Services / Maps / LocalSearch / mod.rs
CommitLineData
5e7ed085
FG
1pub type LocalLocation = *mut ::core::ffi::c_void;
2pub type LocalLocationFinderResult = *mut ::core::ffi::c_void;
04454e1e 3#[doc = "*Required features: `\"Services_Maps_LocalSearch\"`*"]
5e7ed085
FG
4#[repr(transparent)]
5pub struct LocalLocationFinderStatus(pub i32);
6impl LocalLocationFinderStatus {
7 pub const Success: Self = Self(0i32);
8 pub const UnknownError: Self = Self(1i32);
9 pub const InvalidCredentials: Self = Self(2i32);
10 pub const InvalidCategory: Self = Self(3i32);
11 pub const InvalidSearchTerm: Self = Self(4i32);
12 pub const InvalidSearchArea: Self = Self(5i32);
13 pub const NetworkFailure: Self = Self(6i32);
14 pub const NotSupported: Self = Self(7i32);
15}
16impl ::core::marker::Copy for LocalLocationFinderStatus {}
17impl ::core::clone::Clone for LocalLocationFinderStatus {
18 fn clone(&self) -> Self {
19 *self
20 }
21}
22pub type LocalLocationHoursOfOperationItem = *mut ::core::ffi::c_void;
23pub type LocalLocationRatingInfo = *mut ::core::ffi::c_void;