[][src]Struct yaum::angle::Angle

pub struct Angle(_);

Implementations

impl Angle[src]

pub const fn new(value: Base) -> Self[src]

pub const fn dimensionless(self) -> Base[src]

pub fn deg(self) -> Base[src]

pub fn rad(self) -> Base[src]

Trait Implementations

impl Add<Angle> for Angle[src]

type Output = Angle

The resulting type after applying the + operator.

impl Clone for Angle[src]

impl Copy for Angle[src]

impl Debug for Angle[src]

impl Default for Angle[src]

impl Div<Angle> for Angle[src]

type Output = Base

The resulting type after applying the / operator.

impl Div<Time> for Angle[src]

type Output = AngularSpeed

The resulting type after applying the / operator.

impl Div<f32> for Angle[src]

type Output = Angle

The resulting type after applying the / operator.

impl Mul<Angle> for Base[src]

type Output = Angle

The resulting type after applying the * operator.

impl Mul<f32> for Angle[src]

type Output = Angle

The resulting type after applying the * operator.

impl PartialEq<Angle> for Angle[src]

impl PartialOrd<Angle> for Angle[src]

impl StructuralPartialEq for Angle[src]

impl Sub<Angle> for Angle[src]

type Output = Angle

The resulting type after applying the - operator.

Auto Trait Implementations

impl Send for Angle

impl Sync for Angle

impl Unpin for Angle

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.