Skip to main content

IInterpolator_1

Trait IInterpolator_1 

Source
pub trait IInterpolator_1<T0: ClassIdentity>: IInterpolatorTime {
    // Provided methods
    fn m_prev(self) -> T0 { ... }
    fn set_m_prev(self, value: T0) { ... }
    fn m_next(self) -> T0 { ... }
    fn set_m_next(self, value: T0) { ... }
}

Provided Methods§

Source

fn m_prev(self) -> T0

Source

fn set_m_prev(self, value: T0)

Source

fn m_next(self) -> T0

Source

fn set_m_next(self, value: T0)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§