Struct windows_sys::Win32::Devices::Geolocation::GNSS_SUPL_VERSION_2
[−]#[repr(C)]pub struct GNSS_SUPL_VERSION_2 {
pub MajorVersion: u32,
pub MinorVersion: u32,
pub ServiceIndicator: u32,
}
Expand description
Required features: "Win32_Devices_Geolocation"
Fields
MajorVersion: u32
MinorVersion: u32
ServiceIndicator: u32
Trait Implementations
impl Clone for GNSS_SUPL_VERSION_2
impl Clone for GNSS_SUPL_VERSION_2
impl Copy for GNSS_SUPL_VERSION_2
Auto Trait Implementations
impl RefUnwindSafe for GNSS_SUPL_VERSION_2
impl Send for GNSS_SUPL_VERSION_2
impl Sync for GNSS_SUPL_VERSION_2
impl Unpin for GNSS_SUPL_VERSION_2
impl UnwindSafe for GNSS_SUPL_VERSION_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more