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