Struct rin::blender::ActionClock [−][src]
pub struct ActionClock { /* fields omitted */ }Implementations
impl ActionClock[src]
impl ActionClock[src]pub fn new<C>(clock: C) -> ActionClock where
C: 'static + ActionClockExt + Send, [src]
C: 'static + ActionClockExt + Send,
pub fn now(&self) -> f64[src]
pub fn last_recv_time(&self) -> Option<f64>[src]
Trait Implementations
impl ActionClockExt for ActionClock[src]
impl ActionClockExt for ActionClock[src]impl Component for ActionClock[src]
impl Component for ActionClock[src]type Storage = KeyedDenseVec<usize, ActionClock>
type MutStorageCacheGuard = ()
pub fn type_name() -> &'static str[src]
pub fn is_reference() -> bool[src]
pub fn id() -> TypeId[src]
pub fn references_other(
) -> Option<Box<dyn Fn(&Storages, &Entity) + 'static, Global>>[src]
) -> Option<Box<dyn Fn(&Storages, &Entity) + 'static, Global>>
impl<'a> DebugParameter for ActionClock[src]
impl<'a> DebugParameter for ActionClock[src]pub fn debug<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, [src]
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
impl Serialize for ActionClock[src]
impl Serialize for ActionClock[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl Sync for ActionClock[src]
Auto Trait Implementations
impl !RefUnwindSafe for ActionClock
impl Send for ActionClock
impl Unpin for ActionClock
impl !UnwindSafe for ActionClock
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<T> Serialize for T where
T: Serialize + ?Sized, [src]
impl<T> Serialize for T where
T: Serialize + ?Sized, [src]pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>[src]
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
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]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<C> ComponentSend for C where
C: Component + Send, [src]
C: Component + Send,
impl<C> ComponentThreadLocal for C where
C: Component, [src]
C: Component,