Struct aprs::Celsius[][src]

pub struct Celsius(pub f32);

Methods

impl Celsius
[src]

Trait Implementations

impl Debug for Celsius
[src]

Formats the value using the given formatter. Read more

impl Clone for Celsius
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Celsius
[src]

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

impl Sync for Celsius