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