windows::Win32::Devices::Geolocation

Trait ILatLongReport_Impl

pub trait ILatLongReport_Impl: ILocationReport_Impl {
    // Required methods
    fn GetLatitude(&self) -> Result<f64>;
    fn GetLongitude(&self) -> Result<f64>;
    fn GetErrorRadius(&self) -> Result<f64>;
    fn GetAltitude(&self) -> Result<f64>;
    fn GetAltitudeError(&self) -> Result<f64>;
}

Required Methods§

fn GetLatitude(&self) -> Result<f64>

fn GetLongitude(&self) -> Result<f64>

fn GetErrorRadius(&self) -> Result<f64>

fn GetAltitude(&self) -> Result<f64>

fn GetAltitudeError(&self) -> Result<f64>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§