Struct aprs::KilometersPerHour[][src]

pub struct KilometersPerHour(pub f32);

Methods

impl KilometersPerHour
[src]

Trait Implementations

impl From<KilometersPerHour> for Knots
[src]

Performs the conversion.

impl Debug for KilometersPerHour
[src]

Formats the value using the given formatter. Read more

impl Clone for KilometersPerHour
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KilometersPerHour
[src]

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

Formats the value using the given formatter. Read more

impl From<MetersPerSecond> for KilometersPerHour
[src]

Performs the conversion.

impl From<KilometersPerHour> for MetersPerSecond
[src]

Performs the conversion.

Auto Trait Implementations