#[repr(C)]
pub struct GNSS_DEVICE_CAPABILITY {
Show 27 fields pub Size: u32, pub Version: u32, pub SupportMultipleFixSessions: BOOL, pub SupportMultipleAppSessions: BOOL, pub RequireAGnssInjection: BOOL, pub AgnssFormatSupported: u32, pub AgnssFormatPreferred: u32, pub SupportDistanceTracking: BOOL, pub SupportContinuousTracking: BOOL, pub Reserved1: u32, pub Reserved2: BOOL, pub Reserved3: BOOL, pub Reserved4: BOOL, pub Reserved5: BOOL, pub GeofencingSupport: u32, pub Reserved6: BOOL, pub Reserved7: BOOL, pub SupportCpLocation: BOOL, pub SupportUplV2: BOOL, pub SupportSuplV1: BOOL, pub SupportSuplV2: BOOL, pub SupportedSuplVersion: GNSS_SUPL_VERSION, pub MaxGeofencesSupported: u32, pub SupportMultipleSuplRootCert: BOOL, pub GnssBreadCrumbPayloadVersion: u32, pub MaxGnssBreadCrumbFixes: u32, pub Unused: [u8; 496],
}
Expand description

Required features: "Win32_Devices_Geolocation", "Win32_Foundation"

Fields

Size: u32Version: u32SupportMultipleFixSessions: BOOLSupportMultipleAppSessions: BOOLRequireAGnssInjection: BOOLAgnssFormatSupported: u32AgnssFormatPreferred: u32SupportDistanceTracking: BOOLSupportContinuousTracking: BOOLReserved1: u32Reserved2: BOOLReserved3: BOOLReserved4: BOOLReserved5: BOOLGeofencingSupport: u32Reserved6: BOOLReserved7: BOOLSupportCpLocation: BOOLSupportUplV2: BOOLSupportSuplV1: BOOLSupportSuplV2: BOOLSupportedSuplVersion: GNSS_SUPL_VERSIONMaxGeofencesSupported: u32SupportMultipleSuplRootCert: BOOLGnssBreadCrumbPayloadVersion: u32MaxGnssBreadCrumbFixes: u32Unused: [u8; 496]

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.