pub struct UpdateComponentEvent<C: Replicate> { /* private fields */ }Expand description
Fires when component C on a replicated entity is mutated; yields (Tick, E).
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for UpdateComponentEvent<C>
impl<C> RefUnwindSafe for UpdateComponentEvent<C>where
C: RefUnwindSafe,
impl<C> Send for UpdateComponentEvent<C>
impl<C> Sync for UpdateComponentEvent<C>
impl<C> Unpin for UpdateComponentEvent<C>where
C: Unpin,
impl<C> UnsafeUnpin for UpdateComponentEvent<C>
impl<C> UnwindSafe for UpdateComponentEvent<C>where
C: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more