pub struct EntityCountTriggerEvent<E: Entity> {
pub entity_id: EntityId<E>,
pub count: usize,
}Fields§
§entity_id: EntityId<E>§count: usizeTrait Implementations§
Source§impl<E: Clone + Entity> Clone for EntityCountTriggerEvent<E>
impl<E: Clone + Entity> Clone for EntityCountTriggerEvent<E>
Source§fn clone(&self) -> EntityCountTriggerEvent<E>
fn clone(&self) -> EntityCountTriggerEvent<E>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<E: Copy + Entity> Copy for EntityCountTriggerEvent<E>
Auto Trait Implementations§
impl<E> Freeze for EntityCountTriggerEvent<E>
impl<E> RefUnwindSafe for EntityCountTriggerEvent<E>where
E: RefUnwindSafe,
impl<E> Send for EntityCountTriggerEvent<E>where
E: Send,
impl<E> Sync for EntityCountTriggerEvent<E>where
E: Sync,
impl<E> Unpin for EntityCountTriggerEvent<E>where
E: Unpin,
impl<E> UnsafeUnpin for EntityCountTriggerEvent<E>
impl<E> UnwindSafe for EntityCountTriggerEvent<E>where
E: UnwindSafe,
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.