Struct aprs::Degrees[][src]

pub struct Degrees(pub f32);

Methods

impl Degrees
[src]

Trait Implementations

impl Debug for Degrees
[src]

Formats the value using the given formatter. Read more

impl Clone for Degrees
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Degrees
[src]

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

Formats the value using the given formatter. Read more

impl From<Radians> for Degrees
[src]

Performs the conversion.

impl From<Degrees> for Radians
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Degrees

impl Sync for Degrees