Struct aprs::MilesPerHour[][src]

pub struct MilesPerHour(pub f32);

Methods

impl MilesPerHour
[src]

Trait Implementations

impl Debug for MilesPerHour
[src]

Formats the value using the given formatter. Read more

impl Clone for MilesPerHour
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MilesPerHour
[src]

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

Formats the value using the given formatter. Read more

impl From<MetersPerSecond> for MilesPerHour
[src]

Performs the conversion.

impl From<MilesPerHour> for MetersPerSecond
[src]

Performs the conversion.

Auto Trait Implementations