Struct aprs::Fahrenheits[][src]

pub struct Fahrenheits(pub f32);

Methods

impl Fahrenheits
[src]

Trait Implementations

impl Debug for Fahrenheits
[src]

Formats the value using the given formatter. Read more

impl Clone for Fahrenheits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Fahrenheits
[src]

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

Formats the value using the given formatter. Read more

impl From<Fahrenheits> for Celsius
[src]

Performs the conversion.

impl From<Celsius> for Fahrenheits
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Fahrenheits

impl Sync for Fahrenheits