Union windows_sys::Win32::Devices::Geolocation::GNSS_GEOREGION_0
[−]#[repr(C)]
pub union GNSS_GEOREGION_0 {
pub Circle: GNSS_GEOREGION_CIRCLE,
pub Unused: [u8; 512],
}
Expand description
Required features: "Win32_Devices_Geolocation"
Fields
Circle: GNSS_GEOREGION_CIRCLE
Unused: [u8; 512]
Trait Implementations
impl Clone for GNSS_GEOREGION_0
impl Clone for GNSS_GEOREGION_0
impl Copy for GNSS_GEOREGION_0
Auto Trait Implementations
impl RefUnwindSafe for GNSS_GEOREGION_0
impl Send for GNSS_GEOREGION_0
impl Sync for GNSS_GEOREGION_0
impl Unpin for GNSS_GEOREGION_0
impl UnwindSafe for GNSS_GEOREGION_0
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