Struct rin::blender::ReverseClock [−][src]
pub struct ReverseClock<C> where
C: ActionClockExt, { /* fields omitted */ }Implementations
impl<C> ReverseClock<C> where
C: ActionClockExt, [src]
impl<C> ReverseClock<C> where
C: ActionClockExt, [src]pub fn new(clock: C, offset: f64) -> ReverseClock<C>[src]
Trait Implementations
impl<C> ActionClockExt for ReverseClock<C> where
C: ActionClockExt, [src]
impl<C> ActionClockExt for ReverseClock<C> where
C: ActionClockExt, [src]Auto Trait Implementations
impl<C> RefUnwindSafe for ReverseClock<C> where
C: RefUnwindSafe,
C: RefUnwindSafe,
impl<C> Send for ReverseClock<C> where
C: Send,
C: Send,
impl<C> Sync for ReverseClock<C> where
C: Sync,
C: Sync,
impl<C> Unpin for ReverseClock<C> where
C: Unpin,
C: Unpin,
impl<C> UnwindSafe for ReverseClock<C> where
C: UnwindSafe,
C: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]