[][src]Struct rustt::ttv3::TtF64

pub struct TtF64(_);

Implementations

impl TtF64[src]

pub fn from_f64(f: f64) -> TtF64[src]

Trait Implementations

impl Debug for TtF64[src]

impl Eq for TtF64[src]

impl Hash for TtF64[src]

impl<'_> Into<f64> for &'_ TtF64[src]

impl PartialEq<TtF64> for TtF64[src]

impl StructuralEq for TtF64[src]

impl StructuralPartialEq for TtF64[src]

Auto Trait Implementations

impl RefUnwindSafe for TtF64

impl Send for TtF64

impl Sync for TtF64

impl Unpin for TtF64

impl UnwindSafe for TtF64

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.