Struct windows_sys::Win32::Devices::Geolocation::GNSS_NMEA_DATA
[−]#[repr(C)]pub struct GNSS_NMEA_DATA {
pub Size: u32,
pub Version: u32,
pub NmeaSentences: [CHAR; 256],
}Expand description
Required features: ‘Win32_Devices_Geolocation’, ‘Win32_Foundation’
Fields
Size: u32Version: u32NmeaSentences: [CHAR; 256]