Struct GNSS_PLATFORM_CAPABILITY
#[repr(C)]pub struct GNSS_PLATFORM_CAPABILITY {
pub Size: u32,
pub Version: u32,
pub SupportAgnssInjection: BOOL,
pub AgnssFormatSupported: u32,
pub Unused: [u8; 516],
}
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
§fn clone(&self) -> GNSS_PLATFORM_CAPABILITY
fn clone(&self) -> GNSS_PLATFORM_CAPABILITY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GNSS_PLATFORM_CAPABILITY
impl Debug for GNSS_PLATFORM_CAPABILITY
§impl Default for GNSS_PLATFORM_CAPABILITY
impl Default for GNSS_PLATFORM_CAPABILITY
§impl PartialEq for GNSS_PLATFORM_CAPABILITY
impl PartialEq for GNSS_PLATFORM_CAPABILITY
impl Copy for GNSS_PLATFORM_CAPABILITY
impl StructuralPartialEq for GNSS_PLATFORM_CAPABILITY
Auto Trait Implementations§
impl Freeze for GNSS_PLATFORM_CAPABILITY
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more