Struct windows_sys::Win32::Devices::Geolocation::GNSS_LKGFIX_PARAM
[−]Expand description
Required features: "Win32_Devices_Geolocation"
Fields
Size: u32
Version: u32
Trait Implementations
impl Clone for GNSS_LKGFIX_PARAM
impl Clone for GNSS_LKGFIX_PARAM
impl Copy for GNSS_LKGFIX_PARAM
Auto Trait Implementations
impl RefUnwindSafe for GNSS_LKGFIX_PARAM
impl Send for GNSS_LKGFIX_PARAM
impl Sync for GNSS_LKGFIX_PARAM
impl Unpin for GNSS_LKGFIX_PARAM
impl UnwindSafe for GNSS_LKGFIX_PARAM
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