#[repr(C)]
pub struct GNSS_BREADCRUMB_V1 { pub FixTimeStamp: FILETIME, pub Latitude: f64, pub Longitude: f64, pub HorizontalAccuracy: u32, pub Speed: u16, pub SpeedAccuracy: u16, pub Altitude: i16, pub AltitudeAccuracy: u16, pub Heading: i16, pub HeadingAccuracy: u8, pub FixSuccess: u8, }
Expand description

Required features: "Win32_Devices_Geolocation", "Win32_Foundation"

Fields

FixTimeStamp: FILETIMELatitude: f64Longitude: f64HorizontalAccuracy: u32Speed: u16SpeedAccuracy: u16Altitude: i16AltitudeAccuracy: u16Heading: i16HeadingAccuracy: u8FixSuccess: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.