#[repr(C)]pub struct GNSS_PLATFORM_CAPABILITY {
pub Size: u32,
pub Version: u32,
pub SupportAgnssInjection: BOOL,
pub AgnssFormatSupported: u32,
pub Unused: [u8; 516],
}
Expand description
Required features: "Win32_Devices_Geolocation"
, "Win32_Foundation"
Fields
Size: u32
Version: u32
SupportAgnssInjection: BOOL
AgnssFormatSupported: u32
Unused: [u8; 516]
Trait Implementations
impl Clone for GNSS_PLATFORM_CAPABILITY
impl Clone for GNSS_PLATFORM_CAPABILITY
impl Copy for GNSS_PLATFORM_CAPABILITY
Auto Trait Implementations
impl RefUnwindSafe for GNSS_PLATFORM_CAPABILITY
impl Send for GNSS_PLATFORM_CAPABILITY
impl Sync for GNSS_PLATFORM_CAPABILITY
impl Unpin for GNSS_PLATFORM_CAPABILITY
impl UnwindSafe for GNSS_PLATFORM_CAPABILITY
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