#[repr(C)]
pub union GNSS_EVENT_0 {
    pub FixData: GNSS_FIXDATA,
    pub AgnssRequest: GNSS_AGNSS_REQUEST_PARAM,
    pub NiRequest: GNSS_NI_REQUEST_PARAM,
    pub ErrorInformation: GNSS_ERRORINFO,
    pub NmeaData: GNSS_NMEA_DATA,
    pub GeofenceAlertData: GNSS_GEOFENCE_ALERT_DATA,
    pub BreadcrumbAlertData: GNSS_BREADCRUMBING_ALERT_DATA,
    pub GeofencesTrackingStatus: GNSS_GEOFENCES_TRACKINGSTATUS_DATA,
    pub DriverRequestData: GNSS_DRIVER_REQUEST_DATA,
    pub CustomData: [u8; 1],
}
Expand description

Required features: "Win32_Devices_Geolocation", "Win32_Foundation"

Fields

FixData: GNSS_FIXDATAAgnssRequest: GNSS_AGNSS_REQUEST_PARAMNiRequest: GNSS_NI_REQUEST_PARAMErrorInformation: GNSS_ERRORINFONmeaData: GNSS_NMEA_DATAGeofenceAlertData: GNSS_GEOFENCE_ALERT_DATABreadcrumbAlertData: GNSS_BREADCRUMBING_ALERT_DATAGeofencesTrackingStatus: GNSS_GEOFENCES_TRACKINGSTATUS_DATADriverRequestData: GNSS_DRIVER_REQUEST_DATACustomData: [u8; 1]

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.