Struct aprs::Radians[][src]

pub struct Radians(pub f32);

Methods

impl Radians
[src]

Trait Implementations

impl Debug for Radians
[src]

Formats the value using the given formatter. Read more

impl Clone for Radians
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Radians
[src]

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

impl Sync for Radians