Struct aprs::Knots[][src]

pub struct Knots(pub f32);

Methods

impl Knots
[src]

Deprecated since 0.2.0

: use Knots::from(KilometersPerHour(v)) instead

Trait Implementations

impl Debug for Knots
[src]

Formats the value using the given formatter. Read more

impl Clone for Knots
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Knots
[src]

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

Formats the value using the given formatter. Read more

impl From<MetersPerSecond> for Knots
[src]

Performs the conversion.

impl From<KilometersPerHour> for Knots
[src]

Performs the conversion.

impl From<Knots> for MetersPerSecond
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Knots

impl Sync for Knots