Type Alias QmiIndicationLocPositionReportOutputGpsTime
Source pub type QmiIndicationLocPositionReportOutputGpsTime = QmiDeprecatedIndicationLocPositionReportOutputGpsTime;
Expand description
A QmiIndicationLocPositionReportOutputGpsTime struct.
gps_weeks: a guint16.
gps_time_of_week_milliseconds: a guint32.
This type is deprecated and there is no replacement as the
new methods don’t require any intermediate type any more.
Since: 1.22
Deprecated: 1.32
#[repr(C)]
pub struct QmiIndicationLocPositionReportOutputGpsTime {
pub gps_weeks: u16,
pub gps_time_of_week_milliseconds: u32,
}