Struct s2::s1::angle::Deg[][src]

pub struct Deg(pub f64);

Trait Implementations

impl Clone for Deg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Deg
[src]

impl PartialEq for Deg
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd for Deg
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for Deg
[src]

Formats the value using the given formatter. Read more

impl From<Deg> for Rad
[src]

Performs the conversion.

impl<'a> From<&'a Deg> for Rad
[src]

Performs the conversion.

impl From<Rad> for Deg
[src]

Performs the conversion.

impl<'a> From<&'a Rad> for Deg
[src]

Performs the conversion.

impl From<Deg> for Angle
[src]

Performs the conversion.

impl<'a> From<&'a Deg> for Angle
[src]

Performs the conversion.

impl From<Angle> for Deg
[src]

Performs the conversion.

impl<'a> From<&'a Angle> for Deg
[src]

Performs the conversion.

impl From<E5> for Deg
[src]

Performs the conversion.

impl<'a> From<&'a E5> for Deg
[src]

Performs the conversion.

impl From<Deg> for E5
[src]

Performs the conversion.

impl<'a> From<&'a Deg> for E5
[src]

Performs the conversion.

impl From<E6> for Deg
[src]

Performs the conversion.

impl<'a> From<&'a E6> for Deg
[src]

Performs the conversion.

impl From<Deg> for E6
[src]

Performs the conversion.

impl<'a> From<&'a Deg> for E6
[src]

Performs the conversion.

impl From<E7> for Deg
[src]

Performs the conversion.

impl<'a> From<&'a E7> for Deg
[src]

Performs the conversion.

impl From<Deg> for E7
[src]

Performs the conversion.

impl<'a> From<&'a Deg> for E7
[src]

Performs the conversion.

impl<'a> From<&'a Deg> for ChordAngle
[src]

Performs the conversion.

impl From<Deg> for ChordAngle
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Deg

impl Sync for Deg