pub struct RemoveComponentEvent<C: Replicate> { /* private fields */ }Expand description
Fires when component C is removed from a replicated entity; yields (E, C) with the last value of the component.
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for RemoveComponentEvent<C>
impl<C> RefUnwindSafe for RemoveComponentEvent<C>where
C: RefUnwindSafe,
impl<C> Send for RemoveComponentEvent<C>
impl<C> Sync for RemoveComponentEvent<C>
impl<C> Unpin for RemoveComponentEvent<C>where
C: Unpin,
impl<C> UnsafeUnpin for RemoveComponentEvent<C>
impl<C> UnwindSafe for RemoveComponentEvent<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