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