Struct gpsd::SatelliteT [] [src]

#[repr(C)]
pub struct SatelliteT { pub ss: c_double, pub used: bool, pub prn: c_short, pub elevation: c_short, pub azimuth: c_short, }

Fields

signal-to-noise ratio (dB)

PRNs of satellites used in solution

PRNs of satellite

elevation of satellite

azimuth

Trait Implementations

impl Clone for SatelliteT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SatelliteT
[src]

impl Default for SatelliteT
[src]

Returns the "default value" for a type. Read more