Struct windows_sys::Win32::Devices::Geolocation::GNSS_SATELLITEINFO
[−]#[repr(C)]pub struct GNSS_SATELLITEINFO {
pub SatelliteId: u32,
pub UsedInPositiong: BOOL,
pub Elevation: f64,
pub Azimuth: f64,
pub SignalToNoiseRatio: f64,
}
Expand description
Required features: "Win32_Devices_Geolocation"
, "Win32_Foundation"
Fields
SatelliteId: u32
UsedInPositiong: BOOL
Elevation: f64
Azimuth: f64
SignalToNoiseRatio: f64
Trait Implementations
impl Clone for GNSS_SATELLITEINFO
impl Clone for GNSS_SATELLITEINFO
impl Copy for GNSS_SATELLITEINFO
Auto Trait Implementations
impl RefUnwindSafe for GNSS_SATELLITEINFO
impl Send for GNSS_SATELLITEINFO
impl Sync for GNSS_SATELLITEINFO
impl Unpin for GNSS_SATELLITEINFO
impl UnwindSafe for GNSS_SATELLITEINFO
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