Struct aprs::Feet[][src]

pub struct Feet(pub f32);

Methods

impl Feet
[src]

Deprecated since 0.2.0

: use Feet::from(Meters(v)) instead

Trait Implementations

impl Debug for Feet
[src]

Formats the value using the given formatter. Read more

impl Clone for Feet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Feet
[src]

impl PartialEq for Feet
[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 Feet
[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 Feet

impl Sync for Feet