Struct windows_sys::Win32::Devices::Geolocation::GNSS_GEOREGION
[−]#[repr(C)]pub struct GNSS_GEOREGION {
pub Size: u32,
pub Version: u32,
pub GeoRegionType: GNSS_GEOREGIONTYPE,
pub Anonymous: GNSS_GEOREGION_0,
}
Expand description
Required features: "Win32_Devices_Geolocation"
Fields
Size: u32
Version: u32
GeoRegionType: GNSS_GEOREGIONTYPE
Anonymous: GNSS_GEOREGION_0
Trait Implementations
impl Clone for GNSS_GEOREGION
impl Clone for GNSS_GEOREGION
impl Copy for GNSS_GEOREGION
Auto Trait Implementations
impl RefUnwindSafe for GNSS_GEOREGION
impl Send for GNSS_GEOREGION
impl Sync for GNSS_GEOREGION
impl Unpin for GNSS_GEOREGION
impl UnwindSafe for GNSS_GEOREGION
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