Struct aprs_parser::APRSPosition
[−]
[src]
pub struct APRSPosition {
pub timestamp: Option<Timestamp>,
pub latitude: f32,
pub longitude: f32,
pub comment: String,
}Fields
timestamp: Option<Timestamp>
latitude: f32
longitude: f32
comment: String
Trait Implementations
impl PartialEq for APRSPosition[src]
fn eq(&self, __arg_0: &APRSPosition) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &APRSPosition) -> bool[src]
This method tests for !=.
impl Debug for APRSPosition[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for APRSPosition[src]
fn clone(&self) -> APRSPosition[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more