pub struct EventManager<E>where
E: 'static,{ /* private fields */ }
Implementations§
Source§impl<E> EventManager<E>where
E: 'static,
impl<E> EventManager<E>where
E: 'static,
pub fn clear(manager: ResMut<'_, EventManager<E>>)
Trait Implementations§
Source§impl<E> Default for EventManager<E>where
E: 'static,
impl<E> Default for EventManager<E>where
E: 'static,
impl<E> Resource for EventManager<E>where
E: 'static,
Auto Trait Implementations§
impl<E> Freeze for EventManager<E>
impl<E> RefUnwindSafe for EventManager<E>where
E: RefUnwindSafe,
impl<E> Send for EventManager<E>where
E: Send,
impl<E> Sync for EventManager<E>where
E: Sync,
impl<E> Unpin for EventManager<E>where
E: Unpin,
impl<E> UnwindSafe for EventManager<E>where
E: 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