Union windows_sys::Win32::Devices::Geolocation::GNSS_AGNSS_INJECT_0
[−]#[repr(C)]
pub union GNSS_AGNSS_INJECT_0 {
pub Time: GNSS_AGNSS_INJECTTIME,
pub Position: GNSS_AGNSS_INJECTPOSITION,
pub BlobData: GNSS_AGNSS_INJECTBLOB,
}
Expand description
Required features: "Win32_Devices_Geolocation"
, "Win32_Foundation"
Fields
Time: GNSS_AGNSS_INJECTTIME
Position: GNSS_AGNSS_INJECTPOSITION
BlobData: GNSS_AGNSS_INJECTBLOB
Trait Implementations
impl Clone for GNSS_AGNSS_INJECT_0
impl Clone for GNSS_AGNSS_INJECT_0
impl Copy for GNSS_AGNSS_INJECT_0
Auto Trait Implementations
impl RefUnwindSafe for GNSS_AGNSS_INJECT_0
impl Send for GNSS_AGNSS_INJECT_0
impl Sync for GNSS_AGNSS_INJECT_0
impl Unpin for GNSS_AGNSS_INJECT_0
impl UnwindSafe for GNSS_AGNSS_INJECT_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