Home
last modified time | relevance | path

Searched refs:IGeopointFactory (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Geolocation/
H A Dmod.rs1117 Self::IGeopointFactory(|this| unsafe { in Create()
1123 Self::IGeopointFactory(|this| unsafe { in CreateWithAltitudeReferenceSystem()
1129 Self::IGeopointFactory(|this| unsafe { in CreateWithAltitudeReferenceSystemAndSpatialReferenceId()
1134 …pub fn IGeopointFactory<R, F: FnOnce(&IGeopointFactory) -> ::windows::runtime::Result<R>>(callback… in IGeopointFactory() method
1135 …static mut SHARED: ::windows::runtime::FactoryCache<Geopoint, IGeopointFactory> = ::windows::runti… in IGeopointFactory()
2102 pub struct IGeopointFactory(::windows::runtime::IInspectable); struct
2103 unsafe impl ::windows::runtime::Interface for IGeopointFactory { implementation