Struct nmea::Satellite [] [src]

pub struct Satellite {
    // some fields omitted
}

A Satellite

Methods

impl Satellite
[src]

fn gnss_type(&self) -> GnssType

fn prn(&self) -> u32

fn elevation(&self) -> f32

fn azimuth(&self) -> f32

fn snr(&self) -> f32

Trait Implementations

impl Clone for Satellite
[src]

fn clone(&self) -> Satellite

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Display for Satellite
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Debug for Satellite
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.