Struct aprs::MetersPerSecond[][src]

pub struct MetersPerSecond(pub f32);

Methods

impl MetersPerSecond
[src]

Trait Implementations

impl Debug for MetersPerSecond
[src]

Formats the value using the given formatter. Read more

impl Clone for MetersPerSecond
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MetersPerSecond
[src]

impl PartialEq for MetersPerSecond
[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 MetersPerSecond
[src]

Formats the value using the given formatter. Read more

impl From<MetersPerSecond> for Knots
[src]

Performs the conversion.

impl From<Knots> for MetersPerSecond
[src]

Performs the conversion.

impl From<MetersPerSecond> for MilesPerHour
[src]

Performs the conversion.

impl From<MilesPerHour> for MetersPerSecond
[src]

Performs the conversion.

impl From<MetersPerSecond> for KilometersPerHour
[src]

Performs the conversion.

impl From<KilometersPerHour> for MetersPerSecond
[src]

Performs the conversion.

Auto Trait Implementations