[][src]Struct yaum::frequency::AngularFrequency

pub struct AngularFrequency(_);

Implementations

impl AngularFrequency[src]

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

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

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

Trait Implementations

impl Add<AngularFrequency> for AngularFrequency[src]

type Output = AngularFrequency

The resulting type after applying the + operator.

impl Clone for AngularFrequency[src]

impl Copy for AngularFrequency[src]

impl Debug for AngularFrequency[src]

impl Default for AngularFrequency[src]

impl Div<AngularFrequency> for AngularFrequency[src]

type Output = Base

The resulting type after applying the / operator.

impl Div<f32> for AngularFrequency[src]

type Output = AngularFrequency

The resulting type after applying the / operator.

impl From<AngularFrequency> for Frequency[src]

impl From<Frequency> for AngularFrequency[src]

impl Mul<AngularFrequency> for Base[src]

type Output = AngularFrequency

The resulting type after applying the * operator.

impl Mul<f32> for AngularFrequency[src]

type Output = AngularFrequency

The resulting type after applying the * operator.

impl PartialEq<AngularFrequency> for AngularFrequency[src]

impl PartialOrd<AngularFrequency> for AngularFrequency[src]

impl StructuralPartialEq for AngularFrequency[src]

impl Sub<AngularFrequency> for AngularFrequency[src]

type Output = AngularFrequency

The resulting type after applying the - operator.

Auto Trait Implementations

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.