Struct aprs::Meters[][src]

pub struct Meters(pub f32);

Methods

impl Meters
[src]

Trait Implementations

impl Debug for Meters
[src]

Formats the value using the given formatter. Read more

impl Clone for Meters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Meters
[src]

impl PartialEq for Meters
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Meters
[src]

Formats the value using the given formatter. Read more

impl From<Meters> for Feet
[src]

Performs the conversion.

impl From<Feet> for Meters
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Meters

impl Sync for Meters