[][src]Struct rust_3d::Rad

pub struct Rad {
    pub val: f64,
}

Fields

val: f64

Trait Implementations

impl AsMut<f64> for Rad[src]

impl AsRef<f64> for Rad[src]

impl Clone for Rad[src]

impl Copy for Rad[src]

impl Debug for Rad[src]

impl Display for Rad[src]

impl Into<f64> for Rad[src]

impl PartialEq<Rad> for Rad[src]

impl PartialOrd<Rad> for Rad[src]

impl StructuralPartialEq for Rad[src]

Auto Trait Implementations

impl RefUnwindSafe for Rad

impl Send for Rad

impl Sync for Rad

impl Unpin for Rad

impl UnwindSafe for Rad

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.