Struct windows_sys::Win32::Devices::Geolocation::GNSS_SUPL_VERSION
[−]Expand description
Required features: "Win32_Devices_Geolocation"
Fields
MajorVersion: u32
MinorVersion: u32
Trait Implementations
impl Clone for GNSS_SUPL_VERSION
impl Clone for GNSS_SUPL_VERSION
impl Copy for GNSS_SUPL_VERSION
Auto Trait Implementations
impl RefUnwindSafe for GNSS_SUPL_VERSION
impl Send for GNSS_SUPL_VERSION
impl Sync for GNSS_SUPL_VERSION
impl Unpin for GNSS_SUPL_VERSION
impl UnwindSafe for GNSS_SUPL_VERSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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