Trait rin::blender::ActionClockExt[][src]

pub trait ActionClockExt {
    pub fn update(&mut self, clock: &Clock);
pub fn try_recv_time(&mut self) -> Option<f64>; }

Required methods

pub fn update(&mut self, clock: &Clock)[src]

pub fn try_recv_time(&mut self) -> Option<f64>[src]

Loading content...

Implementations on Foreign Types

impl ActionClockExt for Receiver<f64>[src]

Loading content...

Implementors

impl ActionClockExt for ActionClock[src]

impl ActionClockExt for ConstantClock[src]

impl ActionClockExt for GameClock[src]

impl ActionClockExt for GameClockNoFps[src]

impl<'a> ActionClockExt for TryIter<'a, f64>[src]

impl<C> ActionClockExt for ClockOffset<C> where
    C: ActionClockExt
[src]

impl<C> ActionClockExt for LoopClock<C> where
    C: ActionClockExt
[src]

impl<C> ActionClockExt for ReverseClock<C> where
    C: ActionClockExt
[src]

Loading content...